use haveged on real hardware only
This commit is contained in:
parent
bb511472f0
commit
4966180de1
2 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,5 @@
|
||||||
];
|
];
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
services.thermald.enable = true;
|
services.thermald.enable = true;
|
||||||
|
services.haveged.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
security.virtualisation.flushL1DataCache = "always";
|
security.virtualisation.flushL1DataCache = "always";
|
||||||
security.apparmor.enable = true;
|
security.apparmor.enable = true;
|
||||||
security.apparmor.killUnconfinedConfinables = true;
|
security.apparmor.killUnconfinedConfinables = true;
|
||||||
services.haveged.enable = true;
|
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
services.clamav.daemon.enable = true;
|
services.clamav.daemon.enable = true;
|
||||||
services.clamav.updater.enable = true;
|
services.clamav.updater.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue