diff --git a/server/service.nix b/server/service.nix index 311efc7..33db572 100644 --- a/server/service.nix +++ b/server/service.nix @@ -13,6 +13,13 @@ in Directory of images that the server will serve ''; }; + user = lib.mkOption { + type = lib.types.str; + default = "picture-frame-server"; + description = '' + The user the server should run as + ''; + }; group = lib.mkOption { type = lib.types.str; default = "picture-frame-server";