From eea6b0bb87453decd4fe64acb7f0edbb7508d336 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 17 Nov 2022 00:01:22 +0100 Subject: [PATCH] caveman: enable smokestack, set ram to 8gb --- hosts/caveman/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/caveman/default.nix b/hosts/caveman/default.nix index acc9ecb3..8dda88f8 100644 --- a/hosts/caveman/default.nix +++ b/hosts/caveman/default.nix @@ -9,13 +9,13 @@ mounts = [ "etc" "var"]; }; microvm = { - vcpu = 16; - mem = 16 * 1024; + vcpu = 8; + mem = 8 * 1024; }; networking = { hostName = "caveman"; - firewall.allowedTCPPorts = [ 80 443 ]; + firewall.allowedTCPPorts = [ 23 80 443 ]; }; services.journald.extraConfig = '' @@ -38,6 +38,7 @@ }; }; gatherer.enable = true; + smokestack.enable = true; }; services = {