38 current 2025-10-07 19:31:50 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 19:35:26 -05:00
parent 08b35e3c30
commit 3f1868a759
3 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 37 current 2025-10-07 19:27:10 25.05.20251001.5b5be50 6.12.49 *
# generation: 38 current 2025-10-07 19:31:50 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -23,7 +23,7 @@ in
openvpn_pia_mexico = {
config = ''
config ${config.sops.secrets."openvpn_pia_mexico_config".path}
#auth-user-pass /run/secrets/openvpn_pia_mexico_auth
auth-user-pass /run/secrets/openvpn_pia_mexico_auth
'';
};
};
@@ -32,6 +32,9 @@ in
owner = "root";
group = "root";
};
"openvpn_pia_mexico.crl" = {
owner = "root";
group = "root";
"openvpn_pia_mexico_config" = {
owner = "root";
group = "root";

File diff suppressed because one or more lines are too long