Revert dynamic user. And restart on failure
This commit is contained in:
parent
723eacbecd
commit
3b4cead78e
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user