ooksmedia: add media-server mount
This commit is contained in:
parent
3ef446f9b3
commit
54469932ca
2 changed files with 5 additions and 1 deletions
|
|
@ -24,6 +24,10 @@
|
||||||
device = "/dev/disk/by-uuid/B511-09E2";
|
device = "/dev/disk/by-uuid/B511-09E2";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
"/media-server" = {
|
||||||
|
device = "/dev/disk/by-label/jellyfin";
|
||||||
|
fsType = "btrfs";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ in {
|
||||||
profile = "linode";
|
profile = "linode";
|
||||||
services = ["website" "forgejo"];
|
services = ["website" "forgejo"];
|
||||||
};
|
};
|
||||||
ookmedia = mkServer {
|
ooksmedia = mkServer {
|
||||||
inherit withSystem;
|
inherit withSystem;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
hostname = "ooksmedia";
|
hostname = "ooksmedia";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue