Minor cleanup

This commit is contained in:
SebastianStork 2024-08-31 22:58:21 +02:00
parent 97af022c1a
commit 8af96429ff
4 changed files with 12 additions and 18 deletions

View file

@ -3,7 +3,9 @@
../common.nix
./hardware.nix
./disko.nix
./containers
./containers/nextcloud
./containers/paperless
];
system.stateVersion = "24.05";
@ -17,4 +19,13 @@
exitNode.enable = true;
};
};
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks."10-eno1" = {
matchConfig.Name = "eno1";
networkConfig.DHCP = "yes";
};
};
}