This commit is contained in:
Lucy Hochkamp 2024-04-02 18:16:26 +02:00
parent 6772b3da9c
commit 7eda91e4df
No known key found for this signature in database

View file

@ -51,6 +51,7 @@ with lib;
"/run/agenix.d" = { hostPath = "/run/agenix.d"; isReadOnly = true; };
};
config = {
networking.nameservers = [ "9.9.9.9" ];
systemd.services.ovpnScript = {
wantedBy = ["multi-user.target"];
script = ''${pkgs.bash}/bin/bash /host${cfg.script}'';