ooksmedia: add media-server mount

This commit is contained in:
ooks-io 2024-11-27 22:26:41 +11:00
parent 3ef446f9b3
commit 54469932ca
2 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,10 @@
device = "/dev/disk/by-uuid/B511-09E2";
fsType = "vfat";
};
"/media-server" = {
device = "/dev/disk/by-label/jellyfin";
fsType = "btrfs";
};
};
swapDevices = [];
}

View file

@ -15,7 +15,7 @@ in {
profile = "linode";
services = ["website" "forgejo"];
};
ookmedia = mkServer {
ooksmedia = mkServer {
inherit withSystem;
system = "x86_64-linux";
hostname = "ooksmedia";