cluster/services/wireguard: move storm from VEGAS/wireguard-server
This commit is contained in:
parent
3289e05101
commit
9b59388c3c
3 changed files with 3 additions and 2 deletions
|
@ -66,9 +66,11 @@ in
|
|||
services.wireguard = {
|
||||
nodes = {
|
||||
mesh = [ "checkmate" "grail" "thunderskin" "VEGAS" "prophet" ];
|
||||
storm = [ "VEGAS" ];
|
||||
};
|
||||
nixos = {
|
||||
mesh = ./mesh.nix;
|
||||
storm = ./storm.nix;
|
||||
};
|
||||
secrets.meshPrivateKey = {
|
||||
nodes = config.services.wireguard.nodes.mesh;
|
||||
|
|
|
@ -6,7 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
age.secrets.wireguard-key-storm = {
|
||||
file = ../../../../secrets + "/wireguard-key-storm-${hostName}.age";
|
||||
file = ../../../secrets + "/wireguard-key-storm-${hostName}.age";
|
||||
mode = "0400";
|
||||
};
|
||||
|
|
@ -20,7 +20,6 @@
|
|||
./services/jokes
|
||||
./services/minecraft
|
||||
./services/websites
|
||||
./services/wireguard-server
|
||||
depot.nixosModules.hyprspace
|
||||
depot.nixosModules.nix-builder
|
||||
|
||||
|
|
Loading…
Reference in a new issue