commit | 3a7d779e366ddabcf2192272a0755ec6b064f76d | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Sun Jan 16 16:23:50 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Sun Jan 16 16:23:50 2022 +0000 |
tree | 08d8e43ec06e8981a83a87342b01ff277811e5dd | |
parent | ff2168b04999d9b618e8c8ca40e9691070ca0a41 [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index ff645c4..2feba5b 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -174,7 +174,7 @@ virtualisation.docker.enable = true; services.openvpn.servers = { - clicks = { config = '' config ../secrets/clicks/client.ovpn ''; }; + clicks = { config = '' config /home/minion/Nix/secrets/clicks/client.ovpn ''; }; }; nixpkgs.overlays = [