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’).
10 # Include the default lxd configuration.
11 "${modulesPath}/virtualisation/lxc-container.nix"
12 # Include the container-specific autogenerated configuration.
17 dhcpcd.enable = false;
19 useHostResolvConf = false;
24 networks."50-eth0" = {
25 matchConfig.Name = "eth0";
30 linkConfig.RequiredForOnline = "routable";
34 system.stateVersion = "@stateVersion@"; # Did you read the comment?