1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
6a3043d883 hosts/krypton: fix hibernate 2023-07-10 23:57:49 +02:00
7bd65e442a hosts/krypton: update nixpkgs 2023-07-10 23:52:50 +02:00
2 changed files with 5 additions and 4 deletions

View File

@ -193,11 +193,11 @@
}, },
"nixpkgs-krypton": { "nixpkgs-krypton": {
"locked": { "locked": {
"lastModified": 1688322751, "lastModified": 1688918189,
"narHash": "sha256-eW62dC5f33oKZL7VWlomttbUnOTHrAbte9yNUNW8rbk=", "narHash": "sha256-f8ZlJ67LgEUDnN7ZsAyd1/Fyby1VdOXWg4XY/irSGrQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0fbe93c5a7cac99f90b60bdf5f149383daaa615f", "rev": "408c0e8c15a1c9cf5c3226931b6f283c9867c484",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -24,7 +24,8 @@
}; };
}; };
boot.kernel.sysctl."vm.swappiness" = 0; # https://wiki.clerie.de/notiz/pm-hibernation-image-allocation-is-97054-pages-short
boot.kernel.sysctl."vm.swappiness" = 1;
networking.hostName = "krypton"; networking.hostName = "krypton";