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"
];
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;