summaryrefslogtreecommitdiff
path: root/Com/Simatime
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-11 21:24:29 -0800
committerBen Sima <ben@bsima.me>2019-11-11 21:24:29 -0800
commit4b38f182472b7d25c88d28f2c85a1510976cf1d0 (patch)
tree0f1cf2e1f158cd00f11ea10654bdbe6c8c98fe4d /Com/Simatime
parent47630969d373b27d16ff5d3313b3129c8bec8fa8 (diff)
Disable auto-upgrade
This was causing the system to revert once per day.
Diffstat (limited to 'Com/Simatime')
-rw-r--r--Com/Simatime/buildOS.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix
index 38b2a52..4193ed5 100644
--- a/Com/Simatime/buildOS.nix
+++ b/Com/Simatime/buildOS.nix
@@ -36,9 +36,7 @@ let
#services.tinc.networks.simatime-vpn.debugLevel = 3;
#services.tinc.networks.simatime-vpn.interfaceType = "tap";
#services.tinc.networks.simatime-vpn.hosts = import ./vpnHosts.nix;
- system.autoUpgrade.channel = "https://nixos.org/channels/nixos-19.09";
- system.autoUpgrade.dates = "03:00";
- system.autoUpgrade.enable = true;
+ system.autoUpgrade.enable = false; # 'true' breaks our nixpkgs pin
users.motd = "\n\n\twelcome to the simatime network\n\n\n";
users.users = import ./users.nix;
users.mutableUsers = false;