machines/sirius: use f2fs file system

This commit is contained in:
2026-02-12 17:46:04 +07:00
parent ac6aaefbd4
commit 009aae29db
2 changed files with 31 additions and 45 deletions

View File

@@ -17,4 +17,20 @@
system.stateVersion = "25.11";
services.journald.extraConfig = ''
Storage=volatile
RuntimeMaxUse=30M
RuntimeMaxFileSize=10M
'';
services.udisks2.enable = false;
nix.settings.log-lines = 25;
nix.settings.auto-optimise-store = true;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 15d";
};
}