shell fixes

This commit is contained in:
alisceon 2026-02-01 17:33:45 +01:00
parent 1932c74734
commit 959d5bb911
2 changed files with 12 additions and 6 deletions

View file

@ -4,6 +4,11 @@
kernel.sysctl = {
"net.ipv4.ip_unprivileged_port_start" = 0;
};
initrd = {
network ={
ssh.shell = pkgs.bash;
}
}
};
system.stateVersion = "24.05";
system.autoUpgrade = {
@ -120,6 +125,7 @@
oci-containers.backend = "podman";
}; # end virtualisation
users.defaultUserShell = pkgs.bash;
users.users.alisceon = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "podman" ];