deactivate auto updates on semita
This commit is contained in:
parent
ef393ba038
commit
ba170a0ee4
|
@ -114,15 +114,15 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.services.nixosAutoUpgrade = {
|
# system.services.nixosAutoUpgrade = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
persistent = true;
|
# persistent = true;
|
||||||
reboot = false;
|
# reboot = false;
|
||||||
pushUpdates = false;
|
# pushUpdates = false;
|
||||||
configDir = "/etc/nixos";
|
# configDir = "/etc/nixos";
|
||||||
onCalendar = "*-*-* 06:00:00";
|
# onCalendar = "*-*-* 06:00:00";
|
||||||
user = "sam";
|
# user = "sam";
|
||||||
};
|
# };
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
GDK_SCALE = "1";
|
GDK_SCALE = "1";
|
||||||
|
|
Loading…
Reference in New Issue