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]; }