More derp

This commit is contained in:
Parnell Springmeyer
2017-01-29 05:33:56 -06:00
parent 70b8167d4a
commit 628e6a83d0
13 changed files with 38 additions and 42 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ in
environment.systemPackages = [ pkgs.fcron ];
security.setuidPrograms = [ "fcrontab" ];
security.wrappers.fcrontab.source = "${pkgs.fcron.out}/bin/fcrontab";
systemd.services.fcron = {
description = "fcron daemon";
after = [ "local-fs.target" ];