fix cachy kernel
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user