buzzrelay: set journald storage to volatile

This commit is contained in:
Astro 2023-03-31 22:00:52 +02:00
parent 5a20cd1043
commit f7d0fe3c74
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
};
networking.hostName = "buzzrelay";
# Don't let journald spam the disk
services.journald.extraConfig = ''
Storage=volatile
'';
sops = {
defaultSopsFile = ./secrets.yaml;