From 6195d26d4d8296aec4e699246cbb859a832cba19 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 27 Nov 2024 19:56:58 +0100 Subject: Move jellyfin to corsac from bismuth Signed-off-by: Mel --- machines/corsac/default.nix | 1 + machines/corsac/devices.nix | 12 ++++++++++++ 2 files changed, 13 insertions(+) (limited to 'machines') diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix index 02430e8..75a9f05 100644 --- a/machines/corsac/default.nix +++ b/machines/corsac/default.nix @@ -9,6 +9,7 @@ ../../modules/dns.nix ../../modules/nfs.nix + ../../modules/jellyfin.nix ]; system.stateVersion = "24.05"; diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix index 224029b..396151a 100644 --- a/machines/corsac/devices.nix +++ b/machines/corsac/devices.nix @@ -22,4 +22,16 @@ name = "enp1s0"; DHCP = "yes"; }; + + # extra filesystems + boot.supportedFilesystems = [ "ntfs" ]; + + fileSystems = { + # todo: migrate jellyfin drive + "/run/media/mel/Duo" = { + device = "/dev/disk/by-label/Duo"; + fsType = "ntfs-3g"; + options = [ "rw" "uid=1000" ]; + }; + }; } -- cgit 1.4.1