diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:30:39 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-09 19:30:39 -0700 |
| commit | 1e2f4bb6f1c7c9094575c29b6704cf0042d98732 (patch) | |
| tree | 7c6a6b1e7f1a88f6e9543ccee8e131c343ed7dcc /profiles/admin-user/user.nix | |
| parent | automatically import home-manager.nix for all hosts (diff) | |
| download | infra-1e2f4bb6f1c7c9094575c29b6704cf0042d98732.tar.gz | |
import home-manager.nix and user.nix by default on nixos
Diffstat (limited to 'profiles/admin-user/user.nix')
| -rw-r--r-- | profiles/admin-user/user.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/profiles/admin-user/user.nix b/profiles/admin-user/user.nix deleted file mode 100644 index d500650..0000000 --- a/profiles/admin-user/user.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - adminUser, - pkgs, - ... -}: -{ - nix.settings.trusted-users = [ adminUser.name ]; - users = { - users.${adminUser.name} = { - inherit (adminUser) uid; - shell = pkgs.fish; - isNormalUser = true; - hashedPassword = "$6$Llw8m62nKMLLN9mm$3.a4CKUFlqwkG8vjBryLlBNwTwgH63vpg2nhYwRoQzG76Q91vTXnlYDujS4G5yGrWoatkKZx5epCx4/NAvRh2/"; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi" - ]; - extraGroups = [ - "wheel" - ]; - }; - }; -} |
