diff options
author | Karel Kočí <cynerd@email.cz> | 2022-07-19 14:03:30 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-07-19 14:03:30 +0200 |
commit | 6cf4d49a8d5514eaa86325e175794c41cbc688c3 (patch) | |
tree | f1e05e927d634a8e7af517817db638ab017ccdf1 /nixos/machine | |
parent | 8226f71c349be248f251656a6316c09bbb794557 (diff) | |
download | nixos-personal-6cf4d49a8d5514eaa86325e175794c41cbc688c3.tar.gz nixos-personal-6cf4d49a8d5514eaa86325e175794c41cbc688c3.tar.bz2 nixos-personal-6cf4d49a8d5514eaa86325e175794c41cbc688c3.zip |
Drop heoric and few improvements
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/lipwig.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/machine/lipwig.nix b/nixos/machine/lipwig.nix index aa3d448..0069638 100644 --- a/nixos/machine/lipwig.nix +++ b/nixos/machine/lipwig.nix @@ -8,7 +8,7 @@ with lib; boot.isContainer = true; boot.loader.initScript.enable = true; - cynerd.openvpn.enable = true; + cynerd.openvpn.personal = true; # Git ###################################################################### services.gitolite = { |