Files
helm/hosts/profiles/fly-wg/default.nix
T
Anish Lakhwara 6fb6d4ca75 update to 23.11
2024-01-05 23:44:08 -08:00

7 lines
146 B
Nix

{ pkgs, config, lib, ... }:
{
networking.wireguard.interfaces.fly-wg = "/home/anish/usr/fly-io-test/fly-wg.conf";
# ssh.startAgent = true;
}