blade: move journald storage to volatile

This commit is contained in:
Luke Granger-Brown 2021-03-13 20:57:04 +00:00
parent 82655bcb8a
commit e979f4e83e

View file

@ -139,6 +139,10 @@ in {
security.polkit.enable = true; security.polkit.enable = true;
users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ]; users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ];
services.journald.extraConfig = ''
Storage=volatile
'';
system.stateVersion = "21.05"; system.stateVersion = "21.05";
}; };
} }