Add bay node

This commit is contained in:
2023-07-28 19:49:48 +02:00
parent a7e09e55df
commit 0ce574800e
2 changed files with 27 additions and 0 deletions

View File

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