modules/website: add options for direcory ownership
This commit is contained in:
parent
ab26776832
commit
12a201abdc
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@
|
|||
types.path
|
||||
];
|
||||
};
|
||||
directoryOwner = mkOption {
|
||||
description = "Owner of directory for static files";
|
||||
type = types.str;
|
||||
};
|
||||
directoryGroup = mkOption {
|
||||
description = "Group of directory for static files";
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.momo-cloud.static-website.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue