Pr/bump vmd32387 #63

Merged
steveej merged 3 commits from pr/bump-vmd32387 into master 2020-10-16 22:15:16 +00:00
Showing only changes of commit 29b91c3e83 - Show all commits

View file

@ -77,6 +77,10 @@ in {
};
};
nix.gc = {
automatic = true;
};
boot.initrd.network = {
enable = true;
udhcpc.extraArgs = [ "-x hostname:${config.networking.hostName}" ];