Add koro node

This commit is contained in:
2023-07-21 10:34:19 +02:00
committed by Rodrigo Arias Mallo
parent b5d3d08706
commit 4878b6fd8b
6 changed files with 121 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ in
owl1 = mkConf "owl1";
owl2 = mkConf "owl2";
eudy = mkConf "eudy";
koro = mkConf "koro";
};
packages.x86_64-linux.hut = self.nixosConfigurations.hut.pkgs;