set fish as default login shell via workaround

This commit is contained in:
wi11-holdsworth 2025-08-13 23:51:01 +10:00
parent cfc893048a
commit e1a2780a0a
2 changed files with 18 additions and 2 deletions

View file

@ -34,7 +34,6 @@
];
home = "/home/srv";
isNormalUser = true;
shell = pkgs.fish;
};
};