nixos: services: grocy: persist data
This commit is contained in:
parent
fc98fe2b3e
commit
b8f4dd33ee
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my.system.persist.directories = [
|
||||||
|
config.services.grocy.dataDir
|
||||||
|
];
|
||||||
|
|
||||||
# NOTE: unfortunately grocy does not log connection failures for fail2ban
|
# NOTE: unfortunately grocy does not log connection failures for fail2ban
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue