diff --git a/flake.lock b/flake.lock index 7fd95b7..3a507f7 100644 --- a/flake.lock +++ b/flake.lock @@ -51,27 +51,6 @@ "type": "github" } }, - "disko": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1736864502, - "narHash": "sha256-ItkIZyebGvNH2dK9jVGzJHGPtb6BSWLN8Gmef16NeY0=", - "owner": "nix-community", - "repo": "disko", - "rev": "0141aabed359f063de7413f80d906e1d98c0c123", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "latest", - "repo": "disko", - "type": "github" - } - }, "flake-compat": { "flake": false, "locked": { @@ -713,7 +692,6 @@ "root": { "inputs": { "catppuccin": "catppuccin", - "disko": "disko", "ghostty": "ghostty", "home-manager": "home-manager", "hyprland": "hyprland", diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 60f75a5..639a079 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -155,11 +155,8 @@ "/".options = [ "compress=zstd" ]; "/home".options = [ "compress=zstd" ]; "/nix".options = [ "compress=zstd" "noatime" ]; - "/swap".options = [ "noatime" ]; }; - swapDevices = [ { device = "/swap/swapfile"; } ]; - services.btrfs.autoScrub = { enable = true; interval = "monthly";