Fix hibernation for biolimo
This commit is contained in:
parent
de40b08d06
commit
b7d2a48d4c
|
@ -10,6 +10,10 @@ in
|
|||
];
|
||||
|
||||
config = {
|
||||
pub-solar.paranoia.enable = true;
|
||||
pub-solar.core.hibernation.resumeDevice = "/dev/dm-0";
|
||||
pub-solar.core.hibernation.resumeOffset = 15296512;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
||||
|
|
Loading…
Reference in a new issue