From dd3f8ec607ebdc5f80fe3fe107587678384442b5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 30 Dec 2021 18:12:26 +0100 Subject: [PATCH] Allow reboot loki --- nixos/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/loki.nix b/nixos/loki.nix index b82dc5e..4eb4188 100644 --- a/nixos/loki.nix +++ b/nixos/loki.nix @@ -314,7 +314,7 @@ system.autoUpgrade = { enable = true; - # allowReboot = true; + allowReboot = true; flags = [ "-I" "nixos-config=/home/bertof/.config/nixpkgs/nixos/loki.nix"