no auto update
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
auto-optimise-store = false;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
@@ -45,7 +45,7 @@
|
||||
};
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
automatic = false;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 1w";
|
||||
};
|
||||
|
Reference in New Issue
Block a user