break out + ssh unlock

This commit is contained in:
2026-04-07 20:37:56 +02:00
parent 76b7441884
commit 8ede23da35
6 changed files with 82 additions and 12 deletions
+2
View File
@@ -2,6 +2,8 @@
base = import ./base.nix;
binBashWrapper = import ./bin-bash-wrapper.nix;
desktopHyprland = import ./desktop-hyprland.nix;
luksInitrdSshUnlock = import ./luks-initrd-ssh-unlock.nix;
luksTpm2 = import ./luks-tpm2.nix;
mailServer = import ./mail-server;
zfsRoot = import ./zfs-root.nix;
}