flake update
This commit is contained in:
parent
4dbd3c6f89
commit
7b01c571ae
3 changed files with 20 additions and 12 deletions
|
@ -52,6 +52,12 @@
|
|||
automatic = true;
|
||||
dates = [ "weekly" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = [ "weekly" ];
|
||||
randomizedDelaySec = "3h";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
permitRootLogin = "yes";
|
||||
};
|
||||
|
||||
networking.hostName = "template";
|
||||
|
||||
time.timeZone = lib.mkDefault "Europe/Amsterdam";
|
||||
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue