Add selene hetzner key
This commit is contained in:
parent
b6714ee64f
commit
564bcc9bb8
5 changed files with 12 additions and 1 deletions
BIN
keys/hetzner.priv
Normal file
BIN
keys/hetzner.priv
Normal file
Binary file not shown.
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,4 +14,10 @@
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
age.secrets.hetzner-key = {
|
||||||
|
file = ../../keys/hetzner.priv;
|
||||||
|
owner = "selene";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue