diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index baacd23..1982631 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -58,6 +58,11 @@ }; }; + systemd.targets = lib.genAttrs ["suspend" "hybrid-sleep" "suspend-then-hibernate"] (_: { + enable = false; + unitConfig.DefaultDependencies = "no"; + }); + services.xserver.videoDrivers = ["amdgpu"]; # {{{ old config