WireGuard server module for mothership
This commit is contained in:
parent
57f3d7645b
commit
dc9f54fb76
6 changed files with 51 additions and 65 deletions
|
@ -185,6 +185,7 @@
|
|||
];
|
||||
secrets = {
|
||||
"cachix" = {};
|
||||
"mothership-wireguard-private-key" = {};
|
||||
"git-workspace-tokens".owner = "ccr";
|
||||
"magit-forge-github-token".owner = "ccr";
|
||||
};
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
}: {
|
||||
imports = fleetModules [
|
||||
"common"
|
||||
"wireguard-server"
|
||||
"ssh"
|
||||
"ccr"
|
||||
"nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue