Add lanzaboote
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
14
hosts/jupiter/configs/ssh/default.nix
Normal file
14
hosts/jupiter/configs/ssh/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
sops.secrets."ssh/key" = {
|
||||
sopsFile = "${inputs.secrets}/personal/secrets.yaml";
|
||||
path = "/root/.ssh/ssh_personal_ed25519_key";
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host karaolidis.com
|
||||
User git
|
||||
HostName karaolidis.com
|
||||
IdentityFile /root/.ssh/ssh_personal_ed25519_key
|
||||
'';
|
||||
}
|
@@ -14,6 +14,7 @@
|
||||
../common/configs/system/documentation
|
||||
../common/configs/system/git
|
||||
../common/configs/system/impermanence
|
||||
../common/configs/system/lanzaboote
|
||||
../common/configs/system/neovim
|
||||
../common/configs/system/networkmanager
|
||||
../common/configs/system/nix
|
||||
@@ -32,6 +33,7 @@
|
||||
../common/configs/system/zsh
|
||||
|
||||
./configs/btrbk
|
||||
./configs/ssh
|
||||
./configs/tv
|
||||
./configs/wireguard
|
||||
|
||||
|
Reference in New Issue
Block a user