switch to pvv gitea
This commit is contained in:
parent
a1b79e7ecc
commit
fa78f6c4eb
|
@ -12,7 +12,8 @@
|
|||
|
||||
#system.autoUpgrade.flake = inputs.self.outPath; # a nix store path
|
||||
#system.autoUpgrade.flake = "github:pbsds/nix-config"; # TODO: use this instead?
|
||||
system.autoUpgrade.flake = "git+https://gitea.noximilien.pbsds.net/pbsds/config.git";
|
||||
#system.autoUpgrade.flake = "git+https://gitea.noximilien.pbsds.net/pbsds/config.git";
|
||||
system.autoUpgrade.flake = "git+https://git.pvv.ntnu.no/pederbs/config.git";
|
||||
|
||||
system.autoUpgrade.flags = [
|
||||
"-L" # print build logs
|
||||
|
|
Loading…
Reference in New Issue