diff --git a/flake.lock b/flake.lock index bb7abb9..10ae41c 100644 --- a/flake.lock +++ b/flake.lock @@ -239,7 +239,7 @@ "locked": { "lastModified": 1718230752, "narHash": "sha256-QL6bfApKuWoJiGve7vxE+PvYTDI+zTN7fxXJ+6XmPjI=", - "ref": "0d1a7e5130a5365964111ad58a2e58e63214d2b2", + "ref": "refs/heads/main", "rev": "0d1a7e5130a5365964111ad58a2e58e63214d2b2", "revCount": 43, "type": "git", diff --git a/hosts/Khanda/hardware-configuration.nix b/hosts/Khanda/hardware-configuration.nix index d21cb13..4c77da0 100644 --- a/hosts/Khanda/hardware-configuration.nix +++ b/hosts/Khanda/hardware-configuration.nix @@ -75,7 +75,7 @@ "/" = { device = "/dev/disk/by-uuid/b34afd29-94ff-421b-bb96-8497951abf58"; fsType = "btrfs"; - options = [ "subvol=@,compress=zstd,discard" ]; + options = [ "subvol=@,compress=zstd,nodiscard" ]; }; "/boot" = {