mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
try to setup peerix and removed
This commit is contained in:
@@ -15,9 +15,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable container name DNS for all Podman networks.
|
# Enable container name DNS for all Podman networks.
|
||||||
networking.firewall.interfaces = let
|
networking.firewall.interfaces =
|
||||||
|
let
|
||||||
matchAll = if !config.networking.nftables.enable then "podman+" else "podman*";
|
matchAll = if !config.networking.nftables.enable then "podman+" else "podman*";
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
"${matchAll}".allowedUDPPorts = [ 53 ];
|
"${matchAll}".allowedUDPPorts = [ 53 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -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,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
xlib,
|
xlib,
|
||||||
|
|||||||
Reference in New Issue
Block a user