Fixed (hopefully) freezes of entire system because of suspend
Thanks Systemd
This commit is contained in:
parent
ecdfd3fac4
commit
a0fcd515e1
2 changed files with 17 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ in {
|
|||
options.${namespace}.presets.default = with types; {
|
||||
enable = mkBoolOpt false "Enable preset with all the default settings - locale, time, etc";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./systemd-unfreeze.nix
|
||||
];
|
||||
config = mkIf cfg.enable {
|
||||
zramSwap = {
|
||||
enable = true; # Hopefully? helps with freezing when using swap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue