Add koro node

This commit is contained in:
2023-07-21 10:34:19 +02:00
parent 40b1a8f0df
commit 66fb848ba8
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;