nixos/colony: Move to new thin pool for NVMe

This commit is contained in:
2023-02-19 16:47:13 +00:00
parent c2634aff55
commit f17ed65cb8
3 changed files with 24 additions and 22 deletions

View File

@@ -76,10 +76,10 @@
fsType = "ext4";
neededForBoot = true;
};
"/mnt/media" = {
device = "/dev/disk/by-label/media";
fsType = "ext4";
};
# "/mnt/media" = {
# device = "/dev/disk/by-label/media";
# fsType = "ext4";
# };
"/mnt/minio" = {
device = "/dev/disk/by-label/minio";
fsType = "xfs";
@@ -134,6 +134,7 @@
};
};
systemd.services."systemd-nspawn@jackflix".enable = false;
my = {
secrets.key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ6bc1pQCYalLXdB4X+7kFXtkTdFalbH5rchjuYj2ceU";
server.enable = true;