Skip to content

Commit

Permalink
feat: set root's shell to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Apr 12, 2024
1 parent 6ee781e commit 10c781e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10c781e

Please sign in to comment.