Compare commits

..

2 commits

Author SHA1 Message Date
170189e56e fix(halo): kernel command line parameters 2026-02-12 13:37:27 +01:00
9d2275ddf7 fix(halo): open port 8000 2026-02-12 13:37:06 +01:00
2 changed files with 5 additions and 2 deletions

View file

@ -15,6 +15,7 @@ with lib.metacfg;
networking.firewall.allowedTCPPorts = [
1234
8000
];
systemd.tmpfiles.rules =

View file

@ -31,8 +31,10 @@
"quiet"
"splash"
"video=efifb:nobgrt"
"ttm.pages_limit=31457280"
"ttm.page_pool_size=31457280"
"amdgpu.gttsize=126976"
"iommu=pt"
"ttm.pages_limit=32505856"
"amdgpu.cwsr_enable=0"
];
fileSystems."/" = {