diff --git a/modules/nixos/bundles/common/users.nix b/modules/nixos/bundles/common/users.nix index 3518512..5aff452 100644 --- a/modules/nixos/bundles/common/users.nix +++ b/modules/nixos/bundles/common/users.nix @@ -41,8 +41,6 @@ in { "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCQww3/93dUGOr471IznJadCaIhKWPSQJM8dsRdZ1cw c4patino@tsuki" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOHXANLh9+yAgVwFQuAIR8RU5q/z4sHbx2UIpo4F/ZSh c4patino@mutualofomaha" ]; - - shell = pkgs.bash; }; root = { @@ -53,6 +51,11 @@ in { }; }; + programs.bash = { + enable = true; + completion.enable = true; + }; + sops = let inherit (config.users.users) c4patino; in {