lass 2 base*: reorganize groups
This commit is contained in:
parent
6b30265be2
commit
db889e085d
@ -27,8 +27,6 @@ with lib;
|
||||
createHome = true;
|
||||
useDefaultShell = true;
|
||||
extraGroups = [
|
||||
"audio"
|
||||
"wheel"
|
||||
];
|
||||
openssh.authorizedKeys.keys = map readFile [
|
||||
../../krebs/Zpubkeys/lass.ssh.pub
|
||||
|
@ -8,6 +8,8 @@ in {
|
||||
./urxvt.nix
|
||||
];
|
||||
|
||||
users.extraUsers.mainUser.extraGroups = [ "audio" ];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user