mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
adgaurd group
This commit is contained in:
parent
25379c346f
commit
adce7b32f3
1 changed files with 6 additions and 0 deletions
|
|
@ -198,6 +198,12 @@ users.users.death916 = {
|
|||
Unit = "kopia-backup.service";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.adguardhome = {
|
||||
isSystemUser = true;
|
||||
group = "adguardhome";
|
||||
};
|
||||
users.groups.adguardhome = {};
|
||||
# Sudo access for the wheel group (which death916 is part of)
|
||||
security.sudo.wheelNeedsPassword = true; # Or false if you prefer passwordless sudo for wheel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue