diff options
| author | Mel <einebeere@gmail.com> | 2024-11-27 19:56:58 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-27 19:57:06 +0100 |
| commit | 6195d26d4d8296aec4e699246cbb859a832cba19 (patch) | |
| tree | 6a6ff7ed72a6f0ee02a90b97c011aeddbc957598 /machines/corsac/devices.nix | |
| parent | ecfa32b506bd12458f018d7f890a24d3a1d64b54 (diff) | |
| download | network-6195d26d4d8296aec4e699246cbb859a832cba19.tar.zst network-6195d26d4d8296aec4e699246cbb859a832cba19.zip | |
Move jellyfin to corsac from bismuth
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/corsac/devices.nix')
| -rw-r--r-- | machines/corsac/devices.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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" ]; + }; + }; } |
