try to setup peerix and removed

This commit is contained in:
2026-04-06 15:35:29 +03:00
parent 4d54a3b6fb
commit c4b52f942c
3 changed files with 12 additions and 9 deletions
+8 -6
View File
@@ -15,11 +15,13 @@
}; };
# Enable container name DNS for all Podman networks. # Enable container name DNS for all Podman networks.
networking.firewall.interfaces = let networking.firewall.interfaces =
matchAll = if !config.networking.nftables.enable then "podman+" else "podman*"; let
in { matchAll = if !config.networking.nftables.enable then "podman+" else "podman*";
"${matchAll}".allowedUDPPorts = [ 53 ]; in
}; {
"${matchAll}".allowedUDPPorts = [ 53 ];
};
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
@@ -113,7 +115,7 @@
]; ];
}; };
}; };
systemd.services = { systemd.services = {
remnawave-env = { remnawave-env = {
description = "Generate remnawave env file"; description = "Generate remnawave env file";
+3 -3
View File
@@ -3,9 +3,9 @@ let
defaultModule = defaultModule =
{ {
config, config,
deviceType,
lib, lib,
xlib, xlib,
deviceType,
... ...
}: }:
{ {
@@ -23,8 +23,8 @@ let
disko.nixosModules.disko # disko module disko.nixosModules.disko # disko module
noctalia.nixosModules.default noctalia.nixosModules.default
]; ];
nixpkgs.overlays = [ nixpkgs.overlays = with inputs; [
inputs.self.nixosOverlays.default self.nixosOverlays.default
]; ];
_module.args = { _module.args = {
inputs = inputs; inputs = inputs;
+1
View File
@@ -1,5 +1,6 @@
{ {
config, config,
inputs,
lib, lib,
pkgs, pkgs,
xlib, xlib,