122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user