summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/services.nix b/nixos/services.nix
index 7e03f9b..19f61ff 100644
--- a/nixos/services.nix
+++ b/nixos/services.nix
@@ -9,7 +9,7 @@
services = {
fcron = {
enable = true;
- allow = [ "qaristote" ];
+ allow = [ "root" "qaristote" ];
systab = ''
# Update the system.
@daily root ${pkgs.nix}/bin/nix-channel --update; ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch