more stuff

This commit is contained in:
2026-01-27 22:40:07 -07:00
parent 90df48ccee
commit 7575c9c974

View File

@@ -298,7 +298,7 @@
"home-server:host" "home-server:host"
]; ];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
bash bashNonInteractive
coreutils coreutils
docker docker
git git
@@ -347,18 +347,8 @@
packages = with pkgs; [ packages = with pkgs; [
kubernetes-helm 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; networking.firewall.enable = false;