Change template configuration to use Gitea
This commit is contained in:
parent
be6954f038
commit
81c834cc32
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ let
|
|||
stateVersion = "24.11";
|
||||
|
||||
repo = builtins.fetchGit {
|
||||
url = "https://github.com/VSinerva/nixos-conf.git";
|
||||
name = "nixos-conf-github";
|
||||
url = "https://gitea.sinerva.eu/VSinerva/nixos-conf.git";
|
||||
name = "nixos-conf-gitea";
|
||||
ref = "main";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue