Revert dynamic user. And restart on failure

This commit is contained in:
Zuckerberg 2023-12-02 17:38:52 -07:00
parent 723eacbecd
commit 3b4cead78e

View File

@ -13,6 +13,13 @@ in
Directory of images that the server will serve 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 { group = lib.mkOption {
type = lib.types.str; type = lib.types.str;
default = "picture-frame-server"; default = "picture-frame-server";