fix cachy kernel

This commit is contained in:
mjallen18
2026-01-22 13:25:34 -06:00
parent 1410f0fe25
commit d4e0b93e4e
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ let
cachyosPackages = final.callPackage ../../packages/linux-cachyos { cachyosPackages = final.callPackage ../../packages/linux-cachyos {
pkgs = final; pkgs = final;
nixpkgs = inputs.nixpkgs; nixpkgs = inputs.nixpkgs;
inherit self; inherit self lib namespace;
}; };
in in
{ {

View File

@@ -172,6 +172,7 @@ in
47999 47999
48000 48000
48010 48010
3493 # nut
]; ];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts; allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
}; };