diff options
Diffstat (limited to 'nixos/hosts')
| -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 = { |
