this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

remote ssh decryption for box

+9
+9
hosts/box/configuration.nix
··· 31 31 "/keyfile1.bin" = /etc/secrets/initrd/keyfile1.bin; 32 32 }; 33 33 34 + # Remote SSH unlock 35 + boot.initrd.network.enable = true; 36 + boot.initrd.network.ssh = { 37 + enable = true; 38 + port = 22; 39 + authorizedKeys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM0Zvei46x/yZl/IeBCq6+IYQQ0avulzVyBysF9cPigZMCybWRV7IEU+E3k9t6JrbdbdGfJkcZIWmsWDdKS8W8mBnZpVoT0ffLynu8JQ/TKdGm4Qv6bgUeKNrGsNv0ZPs2CDaGSLj0oJfRF7Ko10tcLP0vW+yujrh+y6TH/vVzJioaV4TGvtCUpn+wEQah9ROwPQLUUofsSWdnRsDJ/gp37zXWs4l5wyjSKtP3O9RZUP7kBekbSqEgSXiTk0oUQSVqIWl9NDiP6onk/gSOjXsR/JPqsSN/XI/c/yj6gyY0f51Ru2D7iBxuMJIJcWV+rU6coIj+ULcQWLzt/7TI8jq5AOOzI/ll4zbL24Eo84Rz+TP9tvMMhDZ0VaMN22AJ8qQEjc5P09tWKsX7Jg39XelyV1jHXncE4yvIE9F4RSCHzWCeKeXakizQNuzSaxTxIExRFYHjNW5bR6+3MTGwVrEIXU+qML+0yFTR86MT+tdY5AreAJQLwbog79O1NupeXJE= anish@curve " ]; 40 + hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ]; 41 + }; 42 + 34 43 boot.initrd.luks.devices = { 35 44 "root" = { 36 45 #name = "root";