new hardware for cirrostratus.

This commit is contained in:
Gabe Venberg 2024-08-03 19:10:02 -05:00
parent ef94432501
commit fad1946012
2 changed files with 1 additions and 3 deletions

View file

@ -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";
};

View file

@ -13,5 +13,4 @@
forceSSL = true;
root = "/var/www/gabevenberg.com";
};
networking.firewall.allowedTCPPorts = [443 80];
}