curve: add fly-wg config
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
../profiles/mimetypes
|
||||
../profiles/syncthing
|
||||
../profiles/mossnet-hosts
|
||||
../profiles/fly-wg
|
||||
# ../profiles/kuberenetes
|
||||
# ../profiles/mount-mossnet
|
||||
];
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
networking.wg-quick.interfaces.fly-wg.configFile = "/home/anish/usr/fly-test/fly-wg.conf";
|
||||
}
|
||||
Reference in New Issue
Block a user