123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# flake for blakes nixos config
|
||||
# define new devices in outputs
|
||||
# generation: 122 current 2025-10-08 20:00:40 25.05.20251006.20c4598 6.12.50 *
|
||||
# generation: 123 current 2025-10-08 20:12:21 25.05.20251006.20c4598 6.12.50 *
|
||||
{
|
||||
description = "blakes nix config";
|
||||
inputs = {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
tailscale.enable = true;
|
||||
vpns.enable = true;
|
||||
vpns.wg_mex = false;
|
||||
vpn-confinement.enable = true;
|
||||
vpn-confinement.enable = false;
|
||||
nvidia.enable = true;
|
||||
};
|
||||
homelab = {
|
||||
|
||||
@@ -60,11 +60,11 @@ in
|
||||
# Group = "qbittorrent";
|
||||
};
|
||||
|
||||
# add systemd service to VPN network namespace
|
||||
vpnConfinement = {
|
||||
enable = true;
|
||||
vpnNamespace = "wgmex";
|
||||
};
|
||||
# # add systemd service to VPN network namespace
|
||||
# vpnConfinement = {
|
||||
# enable = true;
|
||||
# vpnNamespace = "wgmex";
|
||||
# };
|
||||
};
|
||||
|
||||
# # open firewall
|
||||
|
||||
Reference in New Issue
Block a user