hibernation works now

This commit is contained in:
2024-11-26 14:37:36 +01:00
parent 7645da455e
commit 83db3ded50
10 changed files with 328 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
{ config, lib, pkgs, ... }:
let
inherit (lib.my-namespace) enabled;
in
{
lib.my-namespace.hardware = {
novidia = enabled;
#nvidia-stable.enabled = enabled;
};
}