diff --git a/configs/common.nix b/configs/common.nix index 26abee6..520a30b 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -160,7 +160,10 @@ in { ]; }; - root.hashedPasswordFile = config.age.secrets.rootPassword.path; + root = { + shell = pkgs.fish; + hashedPasswordFile = config.age.secrets.rootPassword.path; + }; }; # This value determines the NixOS release from which the default