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
+8 -2
View File
@@ -1,6 +1,5 @@
{
inputs,
config,
pkgs,
modules,
...
@@ -28,13 +27,20 @@ in
./disko.nix
modules.base
modules.zfsRoot
modules.desktopHyprland
modules.luksInitrdSshUnlock
modules.mailServer
modules.binBashWrapper
];
my.binBashWrapper.enable = true;
my.initrdSshUnlock = {
enable = true;
authorizedKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxY7ceahvTqe4AWGKRJNs1z4AdWT/WafkOBDaNrkB2p"
];
};
networking.hostName = hostName;
networking.hostId = "8d49a097f2";
+1
View File
@@ -27,6 +27,7 @@ in
./disko.nix
modules.base
modules.zfsRoot
modules.luksTpm2
modules.desktopHyprland
modules.binBashWrapper
];