Switch to off-grid setup
This commit is contained in:
parent
74c8f76cb9
commit
a2f83bbeb6
|
@ -82,7 +82,7 @@ with pkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set timezone and synchronize NTP
|
# Set timezone and synchronize NTP
|
||||||
time.timeZone = "Europe/Brussels";
|
time.timeZone = "Europe/London";
|
||||||
services.chrony.enable = true;
|
services.chrony.enable = true;
|
||||||
|
|
||||||
# NixOS version
|
# NixOS version
|
||||||
|
@ -118,7 +118,7 @@ with pkgs;
|
||||||
|
|
||||||
# Auto-upgrade the system
|
# Auto-upgrade the system
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = false;
|
||||||
dates = "22:30";
|
dates = "22:30";
|
||||||
flake = "/home/coolneng/Projects/panacea";
|
flake = "/home/coolneng/Projects/panacea";
|
||||||
flags = [
|
flags = [
|
||||||
|
|
Loading…
Reference in New Issue