icecube config and new colmena

This commit is contained in:
Jana Dönszelmann 2026-01-23 10:50:19 +01:00
parent 91ba0212b2
commit f0c21b2e79
No known key found for this signature in database
5 changed files with 189 additions and 285 deletions

View file

@ -0,0 +1,18 @@
{
pkgs,
...
}:
{
imports = [
./hardware-configuration.nix
../../default-machine-config.nix
];
custom.machine = {
type = "pc";
capabilities = [
"cli"
];
homeOnly = "jana";
};
}