update, adding sillytavern, early remote unlock not working

This commit is contained in:
2026-05-10 20:56:52 -05:00
parent 989e547169
commit 95407aa420
5 changed files with 45 additions and 24 deletions
+3 -3
View File
@@ -8,15 +8,15 @@
availableKernelModules = [ "r8169" "e1000e" ];
network = {
enable = true;
udhcpc.enable = true;
#udhcpc.enable = true;
ssh = {
enable = true;
port = 222;
hostKeys = [ /etc/secrets/initrd/ssh_host_key ];
authorizedKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK/zH272jRjJf120mqr6EpKB346Nufq5lKFzFTd0ckAC lily@lily-desktop" ];
shell = "/bin/cryptsetup-askpass";
#shell = "/bin/cryptsetup-askpass";
};
postCommands = ''ip addr'';
#postCommands = ''ip addr'';
};
};