diff --git a/nix/home-server.nix b/nix/home-server.nix index 815eb33..9997193 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -298,7 +298,7 @@ "home-server:host" ]; hostPackages = with pkgs; [ - bash + bashNonInteractive coreutils docker git @@ -347,18 +347,8 @@ packages = with pkgs; [ kubernetes-helm ]; - shell = pkgs.bash; + shell = pkgs.bashNonInteractive; }; - # users.users.github = { - # isNormalUser = true; - # description = "github"; - # extraGroups = [ "docker" ]; - # shell = pkgs.fish; - # packages = with pkgs; [ - # kubernetes-helm - # ]; - # }; - networking.firewall.enable = false;