summary refs log tree commit diff
path: root/nixos/modules/services/security/hologram-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/security/hologram-server.nix')
-rw-r--r--nixos/modules/services/security/hologram-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/security/hologram-server.nix b/nixos/modules/services/security/hologram-server.nix
index bad02c7440b..4acf6ae0e21 100644
--- a/nixos/modules/services/security/hologram-server.nix
+++ b/nixos/modules/services/security/hologram-server.nix
@@ -123,7 +123,7 @@ in {
       wantedBy    = [ "multi-user.target" ];
 
       serviceConfig = {
-        ExecStart = "${pkgs.hologram.bin}/bin/hologram-server --debug --conf ${cfgFile}";
+        ExecStart = "${pkgs.hologram}/bin/hologram-server --debug --conf ${cfgFile}";
       };
     };
   };