summary refs log tree commit diff
path: root/machines/corsac
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-01 01:26:20 +0200
committerMel <mel@rnrd.eu>2025-04-01 01:26:20 +0200
commite27680dde6f8ecdf2db345cae4f165e68a2de8f3 (patch)
tree2df0844b81541fcbe72c44d2c26b2dd057863a74 /machines/corsac
parentf459a91de588a5647e60e6838eed8c76ccc1ebaa (diff)
downloadnetwork-e27680dde6f8ecdf2db345cae4f165e68a2de8f3.tar.zst
network-e27680dde6f8ecdf2db345cae4f165e68a2de8f3.zip
Migrate corsac drive to new SSD
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac')
-rw-r--r--machines/corsac/devices.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix
index d7be7f5..0f12724 100644
--- a/machines/corsac/devices.nix
+++ b/machines/corsac/devices.nix
@@ -24,15 +24,15 @@
     DHCP = "yes";
   };
 
-  # extra filesystems
-  boot.supportedFilesystems = [ "ntfs" ];
-
   fileSystems = {
     # todo: migrate jellyfin drive
+    # note: yes, the drive is called okta, but
+    # is mounted as 'Duo', because that was
+    # the old name of the previous drive. see todo.
     "/run/media/mel/Duo" = {
-      device = "/dev/disk/by-label/Duo";
-      fsType = "ntfs-3g";
-      options = [ "rw" "uid=1000" ];
+      device = "/dev/disk/by-label/Okta";
+      fsType = "ext4";
+      options = [ "defaults" "discard" ];
     };
   };
 }