From 73be26cafb1c4798b8cf987041375b70f871a592 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 31 Dec 2021 16:15:24 +0100 Subject: services : debug cron --- nixos/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/services.nix') 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 -- cgit v1.2.3