Compare commits

...

3 Commits

Author SHA1 Message Date
coolneng c036f51c91
Disable hibernation to prevent ZFS data loss 2022-06-09 19:02:15 +02:00
coolneng 44cbc50d57
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07)
  → 'github:NixOS/nixpkgs/e0169d7a9d324afebf5679551407756c77af8930' (2022-06-08)
2022-06-09 17:53:43 +02:00
coolneng c73731a56c
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5ce6597eca7d7b518c03ecda57d45f9404b5e060' (2022-05-24)
  → 'github:NixOS/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07)
2022-06-09 04:21:13 +02:00
2 changed files with 4 additions and 8 deletions

View File

@ -13,6 +13,7 @@ in {
"zfs.zfs_arc_meta_limit_percent=90"
"i915.i915_enable_fbc=1"
"workqueue.power_efficient=y"
"nohibernate"
];
kernelModules = [ "i915" "acpi_call" "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];

View File

@ -38,16 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1653931853,
"narHash": "sha256-O3wncIouj9x7gBPntzHeK/Hkmm9M1SGlYq7JI7saTAE=",
"lastModified": 1654682581,
"narHash": "sha256-Jb1PQCwKgwdNAp907eR5zPzuxV+kRroA3UIxUxCMJ9s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f1c167688a6f81f4a51ab542e5f476c8c595e457",
"lastModified": 1653407748,
"narHash": "sha256-g9puJaILRTb9ttlLQ7IehpV7Wcy0n+vs8LOFu6ylQcM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5ce6597eca7d7b518c03ecda57d45f9404b5e060",
"rev": "e0169d7a9d324afebf5679551407756c77af8930",
"type": "github"
},
"original": {