1
0
Fork 0

configuration/common: enable auto-optimise-store by default

This commit is contained in:
clerie 2022-10-16 12:56:07 +02:00
parent a48547445a
commit 139fe5a443
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@
security.sudo.wheelNeedsPassword = false;
nix.settings.trusted-users = [ "@wheel" ];
nix.settings = {
trusted-users = [ "@wheel" ];
auto-optimise-store = true;
};
users.users.clerie = {
isNormalUser = true;