fix refactor for north

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-15 16:09:26 +01:00
parent bb754e99f7
commit 42685cce35
2 changed files with 17 additions and 1 deletions

View File

@@ -16,7 +16,10 @@ let hyper-base = rec {
prime = false;
};
}; in host: if host == "NxNORTH" then hyper-base // { inherit host;
nvidia.enable = true;
nvidia = {
enable = true;
prime = false;
};
isPersonal = true;
isWorkstation = true;
} else if host == "NxXPS" then hyper-base // { inherit host;