1 # Edit this configuration file to define what should be installed on
2 # your system. Help is available in the configuration.nix(5) man page
3 # and in the NixOS manual (accessible by running ‘nixos-help’).
9 # Include the default incus configuration.
10 "${modulesPath}/virtualisation/lxc-container.nix"
11 # Include the container-specific autogenerated configuration.
16 dhcpcd.enable = false;
18 useHostResolvConf = false;
23 networks."50-eth0" = {
24 matchConfig.Name = "eth0";
29 linkConfig.RequiredForOnline = "routable";
33 system.stateVersion = "@stateVersion@"; # Did you read the comment?