mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add fish for main user
This commit is contained in:
parent
2d112417f7
commit
57f8563dd4
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue