nixos: initial commit

This commit is contained in:
emmatherock
2026-06-17 11:37:56 -03:00
commit 60df66aab0
13 changed files with 1125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, lib, ... }:
{
# Lanzaboote reemplaza al systemd-boot estándar
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/var/lib/sbctl";
};
}