l br: add to scanner & lp group

This commit is contained in:
lassulus 2022-05-29 19:47:05 +02:00
parent 4a5f1969e3
commit e4a06794be
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
./xmonad.nix
./themes.nix
{
krebs.per-user.lass.packages = [
users.users.mainUser.packages = [
pkgs.sshuttle
];
security.sudo.extraConfig = ''

View File

@ -46,4 +46,6 @@ with import <stockholm/lib>;
];
};
users.users.mainUser.extraGroups = [ "scanner" "lp" ];
}