mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
machine/serverle: remove duplicate nix config
This commit is contained in:
parent
0d4efa5736
commit
b070a394c9
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue