diff options
| author | Mel <mel@rnrd.eu> | 2025-04-01 01:26:20 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-04-01 01:26:20 +0200 |
| commit | e27680dde6f8ecdf2db345cae4f165e68a2de8f3 (patch) | |
| tree | 2df0844b81541fcbe72c44d2c26b2dd057863a74 | |
| parent | f459a91de588a5647e60e6838eed8c76ccc1ebaa (diff) | |
| download | network-e27680dde6f8ecdf2db345cae4f165e68a2de8f3.tar.zst network-e27680dde6f8ecdf2db345cae4f165e68a2de8f3.zip | |
Migrate corsac drive to new SSD
Signed-off-by: Mel <mel@rnrd.eu>
| -rw-r--r-- | machines/corsac/devices.nix | 12 |
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" ]; }; }; } |
