diff options
| author | caley <u65487754@gmail.com> | 2026-06-12 17:19:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-12 17:19:58 +0200 |
| commit | 8bb9f248a946ec73fc05bd88d36443826eca5861 (patch) | |
| tree | 2bfa34696977587169c815d2eea47ccb55a7540f | |
| parent | 027bcaa1983b8ee298549c7a06a28ca3956da65d (diff) | |
Update default.nix
| -rw-r--r-- | nixos/hosts/box/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/hosts/box/default.nix b/nixos/hosts/box/default.nix index 48b4ef8..6e9c9be 100644 --- a/nixos/hosts/box/default.nix +++ b/nixos/hosts/box/default.nix @@ -8,8 +8,9 @@ users.users.cat = { isNormalUser = true; + description = "cat"; extraGroups = [ "networkmanager" "wheel" ]; - initialPassword = "password"; + shell = pkgs.fish; }; boot.loader.grub = { |
