This commit is contained in:
Gene Liverman 2024-05-20 16:35:11 -04:00
parent 9388f2ac16
commit 9506f7f70c
7 changed files with 245 additions and 1 deletions

View file

@ -160,6 +160,7 @@
};
nixosConfigurations = {
bigboy = nixosHostConfig "x86_64-linux" "bigboy" "gene";
hetznix01 = nixosHostConfig "aarch64-linux" "hetznix01" "gene";
nixnuc = nixosHostConfig "x86_64-linux" "nixnuc" "gene";
rainbow-planet = nixosHostConfig "x86_64-linux" "rainbow-planet" "gene";