summary refs log tree commit diff
path: root/nixos/modules/services/security/fprot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/security/fprot.nix')
-rw-r--r--nixos/modules/services/security/fprot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/fprot.nix b/nixos/modules/services/security/fprot.nix
index b1ca4ab2345..47449039146 100644
--- a/nixos/modules/services/security/fprot.nix
+++ b/nixos/modules/services/security/fprot.nix
@@ -67,7 +67,7 @@ in {
 
     services.cron.systemCronJobs = [ "*/${toString cfg.updater.frequency} * * * * root start fprot-updater" ];
 
-    systemd.services."fprot-updater" = {
+    systemd.services.fprot-updater = {
       serviceConfig = {
         Type = "oneshot";
         RemainAfterExit = false;