fix some clan facts generators
This commit is contained in:
parent
0cc1f51fba
commit
9310b4d1a0
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
./qemu.nix
|
||||
./wireguard.nix
|
||||
|
||||
./borg.nix
|
||||
#./borg.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, factsGenerator, ... }:
|
||||
{
|
||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||
clanCore.facts.services.wireguard = factsGenerator.wireguard { name = "wg0"; };
|
||||
|
|
Loading…
Reference in a new issue