Fix hibernation enabling in paranoia mode
This commit is contained in:
parent
4c0991c7e1
commit
762e78677b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue