add testpc

This commit is contained in:
Kopatz
2026-02-08 13:58:30 +01:00
parent f530f81712
commit 03562e8d88
14 changed files with 236 additions and 19 deletions

View File

@@ -174,6 +174,12 @@
./systems/pc/configuration.nix
];
};
"test-pc" = mkHost {
modules = [
./users/kopatz
./systems/test-pc/configuration.nix
];
};
"framework" = mkHost {
modules = [
### User specific ###