122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 20:04:46 -05:00
parent 68a5ae410c
commit 70f9bbc727
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 121 current 2025-10-08 19:57:56 25.05.20251006.20c4598 6.12.50 * # generation: 122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -20,7 +20,7 @@ in
# Define VPN network namespace # Define VPN network namespace
vpnNamespaces.wgmex = { vpnNamespaces.wgmex = {
enable = true; enable = true;
wireguardConfigFile = config.sops.secrets."vpncon_mex_config".path; wireguardConfigFile = "${toString config.sops.secrets."vpncon_mex_config".path}";
accessibleFrom = [ accessibleFrom = [
"10.0.0.0/8" "10.0.0.0/8"
]; ];