mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
Disable autoupgrade
This commit is contained in:
parent
a2a01eb868
commit
47bdada7e8
3 changed files with 33 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{config, ...}: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
flake = "github:kittywitch/infrastructure#${config.networking.hostName}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue