diff --git a/hosts/minoxy-workstation/hardware-configuration.nix b/hosts/minoxy-workstation/hardware-configuration.nix index 91f8ba4..b95b80b 100644 --- a/hosts/minoxy-workstation/hardware-configuration.nix +++ b/hosts/minoxy-workstation/hardware-configuration.nix @@ -13,9 +13,9 @@ boot.extraModulePackages = [ ]; fileSystems."/shared" = { - device = "/dev/disk/by-uuid/8CEA-13E3"; # use lsblk -f - fsType = "exfat"; - options = [ "defaults" "uid=1000" "gid=100" "umask=000" ]; + device = "/dev/disk/by-uuid/554a844e-e1de-4c4d-bba6-0102e49751cd"; # use lsblk -f + fsType = "ext4"; + #options = [ "uid=1000" "gid=100" "umask=000" ]; }; # FUll btrfs config