HASH 54469932ca46
DATE 2024-11-27
SUBJECT ooksmedia: add media-server mount
FILES 2 CHANGED
HASH 54469932ca46
DATE 2024-11-27
SUBJECT ooksmedia: add media-server mount
FILES 2 CHANGED
┌─ hosts/ooksmedia/file-system.nix ──────────────────────────────────────────┐
│ diff --git a/hosts/ooksmedia/file-system.nix b/hosts/ooksmedia/file-system.nix │
│ index 64bb4a1..4686100 100644 │
│ --- a/hosts/ooksmedia/file-system.nix │
│ +++ b/hosts/ooksmedia/file-system.nix │
│ @@ -24,6 +24,10 @@ │
│ device = "/dev/disk/by-uuid/B511-09E2"; │
│ fsType = "vfat"; │
│ }; │
│ + "/media-server" = { │
│ + device = "/dev/disk/by-label/jellyfin"; │
│ + fsType = "btrfs"; │
│ + }; │
│ }; │
│ swapDevices = []; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ hosts/ooksmedia/file-system.nix ────┐
│ diff --git a/hosts/ooksmedia/file-system.nix │
│ b/hosts/ooksmedia/file-system.nix │
│ index 64bb4a1..4686100 100644 │
│ --- a/hosts/ooksmedia/file-system.nix │
│ +++ b/hosts/ooksmedia/file-system.nix │
│ @@ -24,6 +24,10 @@ │
│ device = "/dev/disk/by-uuid/B511-09E2 │
│ "; │
│ fsType = "vfat"; │
│ }; │
│ + "/media-server" = { │
│ + device = "/dev/disk/by-label/jellyfin │
│ "; │
│ + fsType = "btrfs"; │
│ + }; │
│ }; │
│ swapDevices = []; │
│ } │
└──────────────────────────────────────────────┘
┌─ outputs/hosts/servers.nix ────────────────────────────────────────────────┐
│ diff --git a/outputs/hosts/servers.nix b/outputs/hosts/servers.nix │
│ index 1902512..7df15e8 100644 │
│ --- a/outputs/hosts/servers.nix │
│ +++ b/outputs/hosts/servers.nix │
│ @@ -15,7 +15,7 @@ in { │
│ profile = "linode"; │
│ services = ["website" "forgejo"]; │
│ }; │
│ - ookmedia = mkServer { │
│ + ooksmedia = mkServer { │
│ inherit withSystem; │
│ system = "x86_64-linux"; │
│ hostname = "ooksmedia"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ outputs/hosts/servers.nix ──────────┐
│ diff --git a/outputs/hosts/servers.nix b/out │
│ puts/hosts/servers.nix │
│ index 1902512..7df15e8 100644 │
│ --- a/outputs/hosts/servers.nix │
│ +++ b/outputs/hosts/servers.nix │
│ @@ -15,7 +15,7 @@ in { │
│ profile = "linode"; │
│ services = ["website" "forgejo"]; │
│ }; │
│ - ookmedia = mkServer { │
│ + ooksmedia = mkServer { │
│ inherit withSystem; │
│ system = "x86_64-linux"; │
│ hostname = "ooksmedia"; │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET