assertions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -11,7 +10,7 @@ in
|
||||
# Configure bootloader with lanzaboot and secureboot
|
||||
hardware.wirelessRegulatoryDatabase = true;
|
||||
boot = {
|
||||
|
||||
|
||||
kernelModules = [
|
||||
"nct6775"
|
||||
"kvm-amd"
|
||||
|
||||
@@ -117,7 +117,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
fileSystems = {
|
||||
"/etc".neededForBoot = true;
|
||||
};
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user