This commit is contained in:
mjallen18
2026-02-02 11:13:19 -06:00
parent 187b478c5d
commit 8fa82bce90
9 changed files with 56 additions and 117 deletions

View File

@@ -13,7 +13,6 @@ in
boot = {
# Override kernel to latest
kernelPackages = kernel;
plymouth.enable = lib.mkForce false;
initrd = {
supportedFilesystems = [ "bcachefs" ];
@@ -28,6 +27,4 @@ in
# Enable binfmt emulation for ARM
binfmt.emulatedSystems = [ "aarch64-linux" ]; # --argstr system aarch64-linux
};
# environment.etc."clevis/nas_pool.jwe".source = config.sops.secrets."jallen-nas/nas_pool".path;
}