From f61cb5b97db2aa404c1773f10b3f89055c14cd4f Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Mon, 24 Nov 2025 14:23:33 +0100 Subject: [PATCH] auto up 14:23:31 up 3:05, 2 users, load average: 0.68, 0.71, 0.72 --- hosts/minoxy-workstation/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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