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";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/media-server" = {
|
||||
device = "/dev/disk/by-label/jellyfin";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
};
|
||||
swapDevices = [];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ in {
|
|||
profile = "linode";
|
||||
services = ["website" "forgejo"];
|
||||
};
|
||||
ookmedia = mkServer {
|
||||
ooksmedia = mkServer {
|
||||
inherit withSystem;
|
||||
system = "x86_64-linux";
|
||||
hostname = "ooksmedia";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue