Add selene hetzner key

This commit is contained in:
Maxiem Geldhof 2025-10-23 15:27:53 +02:00
parent b6714ee64f
commit 564bcc9bb8
5 changed files with 12 additions and 1 deletions

BIN
keys/hetzner.priv Normal file

Binary file not shown.

View file

@ -10,4 +10,5 @@ in
"master.priv".publicKeys = macbook ++ master; "master.priv".publicKeys = macbook ++ master;
"wg-selene".publicKeys = macbook ++ selene ++ master; "wg-selene".publicKeys = macbook ++ selene ++ master;
"wg-macbook".publicKeys = macbook ++ master; "wg-macbook".publicKeys = macbook ++ master;
"hetzner.priv".publicKeys = macbook ++ selene ++ master;
} }

View file

@ -53,7 +53,7 @@ in
peers = [ peers = [
# List of allowed peers. # List of allowed peers.
(import ../../systems/macbook/wireguard.nix).peerConfig (import ../../../systems/macbook/wireguard.nix).peerConfig
]; ];
}; };
}; };

View file

@ -13,6 +13,10 @@ let
programs.zsh = (import ../../modules/usermodules/zsh.nix).programs.zsh; programs.zsh = (import ../../modules/usermodules/zsh.nix).programs.zsh;
programs.git = (import ../../modules/usermodules/git.nix).programs.git; programs.git = (import ../../modules/usermodules/git.nix).programs.git;
programs.ssh.matchBlocks.ren = {
};
}; };
in in
{ {

View file

@ -14,4 +14,10 @@
"networkmanager" "networkmanager"
]; ];
}; };
age.secrets.hetzner-key = {
file = ../../keys/hetzner.priv;
owner = "selene";
};
} }