profiles/common: Immutable users

This commit is contained in:
kat witch 2021-05-03 16:54:02 +01:00
parent 895c379186
commit 28fcdafdd4
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -4,4 +4,5 @@
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;
services.journald.extraConfig = "SystemMaxUse=512M";
users.mutableUsers = false;
}