devices/vmd32387: enable automatic GC

This commit is contained in:
steveej 2020-10-17 00:13:34 +02:00
parent 08ac53533d
commit 29b91c3e83

View file

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