this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: add fly-wg config

+6
+1
hosts/curve/default.nix
··· 12 12 ../profiles/mimetypes 13 13 ../profiles/syncthing 14 14 ../profiles/mossnet-hosts 15 + ../profiles/fly-wg 15 16 # ../profiles/kuberenetes 16 17 # ../profiles/mount-mossnet 17 18 ];
+5
hosts/profiles/fly-wg/default.nix
··· 1 + { pkgs, config, lib, ... }: 2 + 3 + { 4 + networking.wg-quick.interfaces.fly-wg.configFile = "/home/anish/usr/fly-test/fly-wg.conf"; 5 + }