feat: make some settings better.

This commit is contained in:
CronyAkatsuki 2026-01-18 16:56:45 +01:00
parent 879ce06305
commit bf659b8482
4 changed files with 11 additions and 18 deletions

View file

@ -3,9 +3,10 @@
security.sudo.wheelNeedsPassword = false;
users.users.crony = {
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
linger = true;
isNormalUser = true;
description = "crony";
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
extraGroups = [
"wheel"
];