diff --git a/hosts/jelly01/configuration.nix b/hosts/jelly01/configuration.nix index 394f6b9..289a577 100644 --- a/hosts/jelly01/configuration.nix +++ b/hosts/jelly01/configuration.nix @@ -61,6 +61,9 @@ # Or disable the firewall altogether. networking.firewall.enable = false; + vault.enable = true; + homelab.deploy.enable = true; + zramSwap = { enable = true; }; diff --git a/hosts/nats1/configuration.nix b/hosts/nats1/configuration.nix index ea64abe..09bc874 100644 --- a/hosts/nats1/configuration.nix +++ b/hosts/nats1/configuration.nix @@ -59,5 +59,8 @@ # Or disable the firewall altogether. networking.firewall.enable = false; + vault.enable = true; + homelab.deploy.enable = true; + system.stateVersion = "23.11"; # Did you read the comment? } diff --git a/hosts/pgdb1/configuration.nix b/hosts/pgdb1/configuration.nix index 7ee76a9..9b5c1ec 100644 --- a/hosts/pgdb1/configuration.nix +++ b/hosts/pgdb1/configuration.nix @@ -59,5 +59,8 @@ # Or disable the firewall altogether. networking.firewall.enable = false; + vault.enable = true; + homelab.deploy.enable = true; + system.stateVersion = "23.11"; # Did you read the comment? }