machine/serverle: remove duplicate nix config

This commit is contained in:
Felix Buehler 2023-09-05 21:20:40 +02:00
parent 0d4efa5736
commit b070a394c9

View file

@ -17,12 +17,6 @@
gnupg.sshKeyPaths = [ ]; gnupg.sshKeyPaths = [ ];
}; };
# Nix
nix.gc = {
automatic = true;
options = "--delete-older-than 30d";
};
system = { system = {
stateVersion = "23.05"; stateVersion = "23.05";
autoUpgrade.enable = true; autoUpgrade.enable = true;