hosts/electra: use linux_hardened

This commit is contained in:
Gabriel Fontes
2022-10-08 00:00:10 -03:00
parent 678665d895
commit c61d50bf58
+2
View File
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
imports = [
./services
@@ -9,5 +10,6 @@
networking.useDHCP = true;
system.stateVersion = "22.05";
boot.kernelPackages = pkgs.linuxKernel.packages.linux_hardened;
}