From e27680dde6f8ecdf2db345cae4f165e68a2de8f3 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 1 Apr 2025 01:26:20 +0200 Subject: Migrate corsac drive to new SSD Signed-off-by: Mel --- machines/corsac/devices.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'machines') 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" ]; }; }; } -- cgit 1.4.1