Added Orpheus

This commit is contained in:
2025-12-31 12:50:13 +01:00
parent 3b06ef4418
commit da391f065e
3 changed files with 81 additions and 0 deletions

View File

@@ -56,6 +56,12 @@
inherit inputs outputs;
};
};
orpheus = lib.nixosSystem {
modules = [./hosts/orpheus];
specialArgs = {
inherit inputs outputs;
};
};
};
homeConfigurations = {