added leyla to abd users
This commit is contained in:
parent
e50a9e71a5
commit
30961e681b
|
@ -35,7 +35,7 @@ in
|
|||
(
|
||||
if cfg.isNormalUser then {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
|
||||
|
||||
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
||||
} else {
|
||||
|
|
|
@ -20,6 +20,8 @@ in
|
|||
|
||||
programs.noisetorch.enable = true;
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue