add portable ssd, fix laptop eval

This commit is contained in:
Kopatz
2024-12-09 14:01:24 +01:00
parent c04be0ef1e
commit deda06423e
12 changed files with 115 additions and 33 deletions

View File

@@ -222,6 +222,12 @@
disko.nixosModules.disko
];
};
"portable-ssd" = mkHost {
modules = [
./users/kopatz
./systems/portable-ssd/configuration.nix
];
};
};
packages = customPackages.packages;