diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2023-09-23 18:20:59 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2023-09-23 18:20:59 -0400 |
commit | 5b6da895b974c2272374a961d40619fa013a8432 (patch) | |
tree | 3bf106ad35e2b4a45c067260443fa5a4a0a64129 /systems | |
parent | 5d738414d3056171ac5ccb34445db2d79dd792f1 (diff) | |
download | nix-config-5b6da895b974c2272374a961d40619fa013a8432.tar.gz nix-config-5b6da895b974c2272374a961d40619fa013a8432.tar.bz2 nix-config-5b6da895b974c2272374a961d40619fa013a8432.zip |
fix openvpn config?
Diffstat (limited to 'systems')
-rw-r--r-- | systems/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/default.nix b/systems/default.nix index 8248e36..f7e968f 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -9,6 +9,7 @@ [ ./${hostname} ../users/jon.nix + ../programs/openvpn.nix ]; boot = { |