summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 9f14aa99..9160a83b 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -455,7 +455,7 @@ in rec {
455 }; 455 };
456 456
457 system.autoUpgrade.enable = true; 457 system.autoUpgrade.enable = true;
458 system.stateVersion = "16.09"; 458 system.nixos.stateVersion = "16.09";
459 459
460 systemd.services."nixos-upgrade".path = with pkgs; [ git ]; 460 systemd.services."nixos-upgrade".path = with pkgs; [ git ];
461 systemd.services."nixos-upgrade".preStart = '' 461 systemd.services."nixos-upgrade".preStart = ''