Compare commits

..

4 commits

Author SHA1 Message Date
d03291bb5d Restrict HRZ allowlist update service privileges 2024-04-26 19:01:57 +02:00
f5b84dedd4 Mailman backups 2024-04-26 19:01:57 +02:00
9d61a9c985 Add pushing to hrz allowlist 2024-04-26 19:01:57 +02:00
6ccd46f8e8 Setze Mailman-Maschine auf 2024-04-26 19:01:53 +02:00

View file

@ -8,7 +8,7 @@
fileSystems."/" = {
device = "root";
fsType = "tmpfs";
options = ["size=512M" "mode=755"];
options = ["size=1G" "mode=755"];
};
fileSystems."/persist" = {
device = "/dev/disk/by-label/nixos";