devices/vmd32387: enable automatic GC
This commit is contained in:
parent
08ac53533d
commit
29b91c3e83
1 changed files with 4 additions and 0 deletions
|
@ -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}" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue