yevaud: specify (non-boot-critical) zfs datasets with randomcat's module
Also moves forgejo state directory to the default location
This commit is contained in:
parent
8d2d55e4c4
commit
d1b974b86c
3 changed files with 5 additions and 10 deletions
|
@ -10,9 +10,6 @@ in
|
|||
domain = mkOption {
|
||||
type = types.str;
|
||||
};
|
||||
stateDir = mkOption {
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
@ -33,7 +30,6 @@ in
|
|||
|
||||
forgejo = {
|
||||
enable = true;
|
||||
stateDir = cfg.stateDir;
|
||||
settings = {
|
||||
DEFAULT.APP_NAME = cfg.domain;
|
||||
cache = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue