diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-12-31 16:15:24 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-12-31 16:15:24 +0100 |
| commit | 73be26cafb1c4798b8cf987041375b70f871a592 (patch) | |
| tree | 4dcf003ab098e9407dd3510a53faa192915035a1 /nixos | |
| parent | fab9a4ac53dd04b71dc8716a48b4767a3dcf1b02 (diff) | |
services : debug cron
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/services.nix | 2 |
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 |
