Remove unneded variable
This commit is contained in:
parent
4be4146a96
commit
b397fe0a5f
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
boot = {
|
boot.kernelPackages = pkgs.linuxPackages_hardened;
|
||||||
kernelPackages = pkgs.linuxPackages_hardened;
|
|
||||||
initrd.systemd.services.root-reset.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue