Loading nixos/modules/services/web-apps/gotify-server.nix +3 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ in options.services.gotify = { enable = lib.mkEnableOption "Gotify webserver"; package = lib.mkPackageOption pkgs "gotify-server" { }; port = lib.mkOption { type = lib.types.port; description = '' Loading Loading @@ -44,7 +46,7 @@ in StateDirectory = cfg.stateDirectoryName; Restart = "always"; DynamicUser = true; ExecStart = "${pkgs.gotify-server}/bin/server"; ExecStart = lib.getExe cfg.package; }; }; }; Loading Loading
nixos/modules/services/web-apps/gotify-server.nix +3 −1 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ in options.services.gotify = { enable = lib.mkEnableOption "Gotify webserver"; package = lib.mkPackageOption pkgs "gotify-server" { }; port = lib.mkOption { type = lib.types.port; description = '' Loading Loading @@ -44,7 +46,7 @@ in StateDirectory = cfg.stateDirectoryName; Restart = "always"; DynamicUser = true; ExecStart = "${pkgs.gotify-server}/bin/server"; ExecStart = lib.getExe cfg.package; }; }; }; Loading