fix some clan facts generators

This commit is contained in:
Ingolf Wagner 2024-06-05 09:16:01 +02:00
parent 0cc1f51fba
commit 9310b4d1a0
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
./qemu.nix
./wireguard.nix
./borg.nix
#./borg.nix
];

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, factsGenerator, ... }:
{
networking.firewall.allowedUDPPorts = [ 51820 ];
clanCore.facts.services.wireguard = factsGenerator.wireguard { name = "wg0"; };