move option back into module

This commit is contained in:
Andreas Zweili 2022-01-01 15:33:46 +01:00
parent d1abfefc6f
commit d02550885f
2 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@
nixosConfigurations.nixos-test-vm = nixpkgs.lib.nixosSystem {
inherit system pkgs;
modules = [
networking.hostName = "nixos-test-vm";
./systems/proxmox-vm/configuration.nix
home-manager.nixosModules.home-manager
{

View File

@ -9,6 +9,7 @@
];
networking = {
hostName = "nixos-test-vm";
interfaces.enp0s18.useDHCP = true;
};
}