feat: set root's shell to fish

This commit is contained in:
uku 2024-04-13 01:24:03 +02:00
parent 6ee781e96b
commit 10c781e251
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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