summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 77bc3e01..0fa0c4a7 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -811,7 +811,7 @@ in rec {
811 enable = true; 811 enable = true;
812 }; 812 };
813 813
814 system.autoupgrade.enable = true; 814 system.autoUpgrade.enable = true;
815 system.stateVersion = "17.09"; 815 system.stateVersion = "17.09";
816 816
817 systemd.services."nixos-upgrade".path = with pkgs; [ git ]; 817 systemd.services."nixos-upgrade".path = with pkgs; [ git ];