killed swap

This commit is contained in:
2025-03-12 00:01:21 +00:00
parent 01a5aa10ec
commit 2976cc35f9
2 changed files with 0 additions and 25 deletions

22
flake.lock generated
View File

@@ -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",

View File

@@ -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";