hopefully fix the wheatley issue by adding mullvad to the internal network

This commit is contained in:
Lillian Violet 2025-08-26 14:05:24 +02:00
parent 26b99fce6f
commit 33c0ba3238
2 changed files with 9 additions and 8 deletions

View file

@ -30,7 +30,7 @@
}; };
environment.systemPackages = environment.systemPackages =
(with pkgs; [ with pkgs; [
# Custom tools # Custom tools
dvd dvd
dvt dvt
@ -85,16 +85,17 @@
libportal libportal
# User tools # User tools
freetube
noisetorch noisetorch
qjackctl qjackctl
wireplumber wireplumber
#rustdesk #rustdesk
]) ]
++ (with pkgs-edge; [ # ++ (with pkgs-edge; [
freetube
# list of latest packages from nixpkgs master # list of latest packages from nixpkgs master
# Can be used to install latest version of some packages # Can be used to install latest version of some packages
]); # ])
;
sops = { sops = {
secrets."nextcloud-password" = { secrets."nextcloud-password" = {
mode = "0600"; mode = "0600";

View file

@ -306,7 +306,7 @@
# enable NAT # enable NAT
enable = true; enable = true;
externalInterface = "end0"; externalInterface = "end0";
internalInterfaces = ["wg1"]; internalInterfaces = ["wg1" "mullvad"];
}; };
firewall = { firewall = {
enable = true; enable = true;