slab: disable suspend
This commit is contained in:
parent
6efffaff22
commit
cad09d5924
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user