mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 19:41:30 +00:00
fileSystems./.options = [ noatime ];
This commit is contained in:
parent
e45224d67f
commit
a3063ec732
|
@ -18,6 +18,8 @@
|
||||||
./git/gitea.nix
|
./git/gitea.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fileSystems."/".options = [ "noatime" ];
|
||||||
|
|
||||||
services.redis.servers.sp-api = {
|
services.redis.servers.sp-api = {
|
||||||
enable = true;
|
enable = true;
|
||||||
save = [
|
save = [
|
||||||
|
|
Loading…
Reference in a new issue