Add fish for main user

This commit is contained in:
Aaron Honeycutt 2022-12-10 21:08:41 +00:00
parent 2d112417f7
commit 57f8563dd4

View file

@ -79,6 +79,10 @@
wget
];
users.users.aaronh = {
shell = pkgs.fish;
};
# Enable the OpenSSH daemon
services.openssh.enable = true;
@ -103,6 +107,5 @@
# System
system.stateVersion = "22.11";
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
}