mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tree-wide: change my shell to bash
This commit is contained in:
parent
664873d9a8
commit
31023ba3d8
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
#
|
#
|
||||||
# My user
|
# My user
|
||||||
#
|
#
|
||||||
programs.fish.enable = true;
|
|
||||||
nix.settings.trusted-users = ["leana"];
|
nix.settings.trusted-users = ["leana"];
|
||||||
users.users."leana" = {
|
users.users."leana" = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
|
@ -14,7 +13,7 @@
|
||||||
description = "Leana";
|
description = "Leana";
|
||||||
group = "leana";
|
group = "leana";
|
||||||
extraGroups = ["wheel"];
|
extraGroups = ["wheel"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.bash;
|
||||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||||
};
|
};
|
||||||
users.groups.leana = {};
|
users.groups.leana = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue