From fad19460120bcb81908a1cf9c450a1d86e255359 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 3 Aug 2024 19:10:02 -0500 Subject: [PATCH] new hardware for cirrostratus. --- hosts/cirrostratus/disk-config.nix | 3 +-- hosts/cirrus/nginx.nix | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/cirrostratus/disk-config.nix b/hosts/cirrostratus/disk-config.nix index de9511e..788b07c 100644 --- a/hosts/cirrostratus/disk-config.nix +++ b/hosts/cirrostratus/disk-config.nix @@ -3,7 +3,7 @@ disk = { ssd = { type = "disk"; - device = "/dev/disk/by-id/wwn-0x500a0751e138c24b"; + device = "/dev/disk/by-id/nvme-PC711_NVMe_SK_hynix_256GB____FNAAN64121210AP27"; content = { type = "gpt"; partitions = { @@ -64,7 +64,6 @@ storage = { type = "zpool"; mode = "mirror"; - options.mountpoint = "/storage"; rootFsOptions = { compression = "zstd"; }; diff --git a/hosts/cirrus/nginx.nix b/hosts/cirrus/nginx.nix index 3169682..5382ffc 100644 --- a/hosts/cirrus/nginx.nix +++ b/hosts/cirrus/nginx.nix @@ -13,5 +13,4 @@ forceSSL = true; root = "/var/www/gabevenberg.com"; }; - networking.firewall.allowedTCPPorts = [443 80]; }