hopefully fix the wheatley issue by adding mullvad to the internal network
This commit is contained in:
parent
26b99fce6f
commit
33c0ba3238
2 changed files with 9 additions and 8 deletions
|
@ -30,7 +30,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
with pkgs; [
|
||||
# Custom tools
|
||||
dvd
|
||||
dvt
|
||||
|
@ -85,16 +85,17 @@
|
|||
libportal
|
||||
|
||||
# User tools
|
||||
freetube
|
||||
noisetorch
|
||||
qjackctl
|
||||
wireplumber
|
||||
#rustdesk
|
||||
])
|
||||
++ (with pkgs-edge; [
|
||||
freetube
|
||||
# list of latest packages from nixpkgs master
|
||||
# Can be used to install latest version of some packages
|
||||
]);
|
||||
]
|
||||
# ++ (with pkgs-edge; [
|
||||
# list of latest packages from nixpkgs master
|
||||
# Can be used to install latest version of some packages
|
||||
# ])
|
||||
;
|
||||
sops = {
|
||||
secrets."nextcloud-password" = {
|
||||
mode = "0600";
|
||||
|
|
|
@ -306,7 +306,7 @@
|
|||
# enable NAT
|
||||
enable = true;
|
||||
externalInterface = "end0";
|
||||
internalInterfaces = ["wg1"];
|
||||
internalInterfaces = ["wg1" "mullvad"];
|
||||
};
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue