From 4b38f182472b7d25c88d28f2c85a1510976cf1d0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 11 Nov 2019 21:24:29 -0800 Subject: Disable auto-upgrade This was causing the system to revert once per day. --- Com/Simatime/buildOS.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Com/Simatime/buildOS.nix') 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; -- cgit v1.2.3