1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Add cube host

This commit is contained in:
RGBCube 2023-12-30 21:38:27 +03:00
parent 26b3c2ce92
commit 140e5dcd64
No known key found for this signature in database
16 changed files with 133 additions and 32 deletions

View file

@ -149,6 +149,7 @@
in {
nixosConfigurations = configurations {
enka = "x86_64-linux";
cube = "x86_64-linux";
};
};
}