added leyla to abd users
This commit is contained in:
parent
7186c2736b
commit
50f2c88fff
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Build Command:
|
Build Command:
|
||||||
`sudo nixos-rebuild switch --flake .#hostname`
|
`sudo nixos-rebuild switch --flake .#hostname`
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ in
|
||||||
(
|
(
|
||||||
if cfg.isNormalUser then {
|
if cfg.isNormalUser then {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "adbusers" ];
|
||||||
|
|
||||||
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
hashedPasswordFile = config.sops.secrets."passwords/leyla".path;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -20,6 +20,8 @@ in
|
||||||
|
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-25.9.0"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue