more stuff
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user