diff options
| author | Mel <einebeere@gmail.com> | 2024-11-29 23:28:42 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-11-29 23:30:18 +0100 |
| commit | cc65f6a38e7d4606b167587333088aef5ba8d49e (patch) | |
| tree | 162b5b45322565da4b66dddd45004a3a7f4cd149 /machines/bismuth | |
| parent | 8cbe7d9dc97940d27582bf1c977fb3d723a1e5cd (diff) | |
| download | minerals-cc65f6a38e7d4606b167587333088aef5ba8d49e.tar.zst minerals-cc65f6a38e7d4606b167587333088aef5ba8d49e.zip | |
Remove jellyfin from bismuth (now on corsac)
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/bismuth')
| -rw-r--r-- | machines/bismuth/default.nix | 1 | ||||
| -rw-r--r-- | machines/bismuth/devices.nix | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/machines/bismuth/default.nix b/machines/bismuth/default.nix index 2663703..f8d6b51 100644 --- a/machines/bismuth/default.nix +++ b/machines/bismuth/default.nix @@ -7,7 +7,6 @@ ./hardware.nix ./devices.nix - ../../modules/jellyfin.nix ../../modules/nvidia.nix ]; diff --git a/machines/bismuth/devices.nix b/machines/bismuth/devices.nix index 06fa69f..7105988 100644 --- a/machines/bismuth/devices.nix +++ b/machines/bismuth/devices.nix @@ -42,11 +42,6 @@ boot.supportedFilesystems = [ "ntfs" ]; fileSystems = { - "/run/media/mel/Duo" = { - device = "/dev/disk/by-label/Duo"; - fsType = "ntfs-3g"; - options = [ "rw" "uid=1000" ]; - }; "/run/media/mel/Half" = { device = "/dev/disk/by-label/Half"; fsType = "ntfs-3g"; |
