1
0

no auto update

This commit is contained in:
Sense T 2023-09-30 08:22:10 +00:00
parent c8463e6956
commit ed260b9689
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
]; ];
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = false;
flake = "git+https://git.sense-t.eu.org/NixOS/gpd-configurations#gpd"; flake = "git+https://git.sense-t.eu.org/NixOS/nuc-configurations#default";
}; };
} }

View File

@ -23,7 +23,7 @@
nix = { nix = {
settings = { settings = {
auto-optimise-store = true; auto-optimise-store = false;
experimental-features = [ experimental-features = [
"nix-command" "nix-command"
"flakes" "flakes"
@ -45,7 +45,7 @@
}; };
gc = { gc = {
automatic = true; automatic = false;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 1w"; options = "--delete-older-than 1w";
}; };