mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 15:19:43 -05:00
hosts/electra: use linux_hardened
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user