From 39a98152ba1e1089a74e868a06fe9036ac3197d7 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 3 Feb 2026 09:46:17 +0100 Subject: [PATCH] feat: dev host add repo --- hosts/dev/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/dev/configuration.nix b/hosts/dev/configuration.nix index 7fcc526..5351e90 100644 --- a/hosts/dev/configuration.nix +++ b/hosts/dev/configuration.nix @@ -4,7 +4,8 @@ let projectsDir = "projects"; # Relative to /home/dominik repositories = [ - { url = "gitea@git.cloonar.com:Cloonar/wohnservice-wien-typo3.git"; path = "cloonar/wohnservice-wien"; } + { url = "forgejo@git.cloonar.com:Cloonar/wohnservice-wien-typo3.git"; path = "cloonar/wohnservice-wien"; } + { url = "forgejo@git.cloonar.com:Cloonar/nixos.git"; path = "cloonar/nixos"; } # Add repos here: { url = "git@..."; path = "relative/path"; } ];