Fix hibernation enabling in paranoia mode

This commit is contained in:
Benjamin Bädorf 2022-08-14 17:20:09 +02:00
parent 762e78677b
commit ca4262b84f
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -19,6 +19,6 @@ in
};
config = mkIf cfg.enable {
pub-solar.core.hibernate.enable = true;
pub-solar.core.hibernation.enable = true;
};
}