update and add zramSwap

This commit is contained in:
Chris Cochrun 2022-10-04 06:40:52 -05:00
parent 67f45e1948
commit 56921846ca
3 changed files with 19 additions and 15 deletions

View file

@ -729,6 +729,8 @@ Now in the =hardware-configuration.nix= file, I didn't change much because I wan
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
zramSwap.enable = true;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5"; { device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5";
fsType = "btrfs"; fsType = "btrfs";

View file

@ -8,11 +8,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1664189636, "lastModified": 1664793678,
"narHash": "sha256-86txnLOTwjBuY9e2rPJsTq5U0vmHBgWmSmRA9EGXDXE=", "narHash": "sha256-RCSaFgr3ClSNuPyYRWcnUfFVud9vJsGMf5oB+9CA0SA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "117975b8082f22730778f9ad4529ff001b01b6cf", "rev": "be61e5636f4c7478c0093ace59bc7512e320feaa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -59,11 +59,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1664146938, "lastModified": 1664783440,
"narHash": "sha256-fIvsJ3qWiD6o3qH9iU66OsL8uG5C1FGXcuaNEctJv8M=", "narHash": "sha256-KlMwR7mUf5h8MPnzV7nGFUAt6ih/euW5xgvZ5x+hwvI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9e7394523eb4f298528d457e316fc752bdf07151", "rev": "e4e639dd4dc3e431aa5b5f95325f9a66ac7e0dd9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -81,11 +81,11 @@
"wlroots": "wlroots" "wlroots": "wlroots"
}, },
"locked": { "locked": {
"lastModified": 1664130744, "lastModified": 1664811485,
"narHash": "sha256-zM+4pgzsYKS0EuQ3i0Epaq6Gb9xLo4wzxK/WZAw+lpM=", "narHash": "sha256-AklzZjbJmGTYqOgEzFT3edYjf1plbbhEbnHtla9B4vs=",
"owner": "vaxerski", "owner": "vaxerski",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "f70b57f360f8117ecca67d6d7f75c1f87b098794", "rev": "85eea70be41f6ea7f5358aa17e8e004537407e3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -133,11 +133,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1664107978, "lastModified": 1664594436,
"narHash": "sha256-31I9XnIjXkUa62BM1Zr/ylKMf9eVO5PtoX2mGpmB7/U=", "narHash": "sha256-YHowMADGzdi7fKnGlg47qe0PIljq+11VqLarmXDuKxQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "72783a2d0dbbf030bff1537873dd5b85b3fb332f", "rev": "9cac45850280978a21a3eb67b15a18f34cbffa2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -165,11 +165,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1664106353, "lastModified": 1664687381,
"narHash": "sha256-HMJP80+DSxFySpWyuxz5+iNozS3+dVt0b4n6YMIU5/8=", "narHash": "sha256-9czSuDzS+OGGwq2kC4KXBLXWfYaup+oLB+AA1Md25U4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "79d3ca08920364759c63fd3eb562e99c0c17044a", "rev": "59d2991d4256cdca1c0cda45d876c80a0fe45c31",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -12,6 +12,8 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
zramSwap.enable = true;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5"; { device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5";
fsType = "btrfs"; fsType = "btrfs";