new hardware for cirrostratus.
This commit is contained in:
parent
ef94432501
commit
fad1946012
|
@ -3,7 +3,7 @@
|
||||||
disk = {
|
disk = {
|
||||||
ssd = {
|
ssd = {
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/disk/by-id/wwn-0x500a0751e138c24b";
|
device = "/dev/disk/by-id/nvme-PC711_NVMe_SK_hynix_256GB____FNAAN64121210AP27";
|
||||||
content = {
|
content = {
|
||||||
type = "gpt";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
|
@ -64,7 +64,6 @@
|
||||||
storage = {
|
storage = {
|
||||||
type = "zpool";
|
type = "zpool";
|
||||||
mode = "mirror";
|
mode = "mirror";
|
||||||
options.mountpoint = "/storage";
|
|
||||||
rootFsOptions = {
|
rootFsOptions = {
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,5 +13,4 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = "/var/www/gabevenberg.com";
|
root = "/var/www/gabevenberg.com";
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [443 80];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue