Fix hibernation enabling in paranoia mode
This commit is contained in:
parent
4c0991c7e1
commit
762e78677b
|
@ -19,6 +19,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
pub-solar.core.allow-hibernation = true;
|
pub-solar.core.hibernate.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue