nixos/services/Vanguard.nix

8 lines
99 B
Nix

{...}: {
imports = [
# ./openvpn/Vanguard.nix
./sshd
./syncthing/Vanguard.nix
];
}