Remove defunct nixos auto upgrade
This commit is contained in:
parent
1953180bf8
commit
11bd707d81
1 changed files with 0 additions and 10 deletions
|
@ -78,16 +78,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
|
||||||
enable = true;
|
|
||||||
randomizedDelaySec = "30m";
|
|
||||||
flags = [
|
|
||||||
"--update-input"
|
|
||||||
"nixpkgs-nixos-2211"
|
|
||||||
"--commit-lock-file"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Network services
|
# Network services
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
|
|
Loading…
Reference in a new issue