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"; } ];