Change template configuration to use Gitea

This commit is contained in:
Vili Sinervä 2025-03-30 14:45:56 +03:00
parent be6954f038
commit 81c834cc32
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -4,8 +4,8 @@ let
stateVersion = "24.11"; stateVersion = "24.11";
repo = builtins.fetchGit { repo = builtins.fetchGit {
url = "https://github.com/VSinerva/nixos-conf.git"; url = "https://gitea.sinerva.eu/VSinerva/nixos-conf.git";
name = "nixos-conf-github"; name = "nixos-conf-gitea";
ref = "main"; ref = "main";
}; };
in in