diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index 1f72c13..6e8e3ea 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -51,6 +51,9 @@ cinny-2 = cinny-template { port = 9094; }; + cinny-3 = cinny-template { + port = 9095; + }; }; }; bash.enable = true;