Skip to content

Commit

Permalink
feat(nixos): enable zsh on kube-nas
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Mar 16, 2024
1 parent e06b06f commit e2aa18c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/nixos/hosts/kube-nas/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@
# openFirewall = true;
};

# Enable zsh.
programs.zsh.enable = true;

# Enable k3s
services.k3s.enable = true;
services.k3s.role = "server";
Expand Down

0 comments on commit e2aa18c

Please sign in to comment.