update default shell (for ssh)

This commit is contained in:
Noa Aarts 2024-03-15 21:53:58 +01:00
parent 413cac133a
commit 6980963bb7
2 changed files with 2 additions and 1 deletions

View file

@ -60,6 +60,7 @@
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Define a user account. Don't forget to set a password with passwd.
users.defaultUserShell = pkgs.zsh;
users.users = {
root = {
openssh.authorizedKeys.keys = [

View file

@ -24,7 +24,7 @@
};
};
root = {
size = "100%FREE";
size = "100%";
content = {
type = "filesystem";
format = "ext4";