🐛 fix use ssh for private parts
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 8m56s

This commit is contained in:
Ingolf Wagner 2025-06-08 09:48:32 +02:00
parent 24309ae774
commit a5856b016a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -29,9 +29,9 @@
permown.url = "github:mrVanDalo/module.permown";
polygon-art.url = "git+https://git.ingolf-wagner.de/palo/polygon-art.git";
private-parts.inputs.nixpkgs.follows = "nixpkgs"; # only private input
private-parts.url = "git+https://git.ingolf-wagner.de/palo/nixos-private-parts.git?ref=main";
#private-parts.url = "git+ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git?ref=main";
#private-parts.url = "git+file:///home/palo/dev/nixos/nixos-private-parts";
#private-parts.url = "git+https://git.ingolf-wagner.de/palo/nixos-private-parts.git?ref=main";
private-parts.url = "git+ssh://forgejo@git.ingolf-wagner.de:2222/palo/nixos-private-parts.git?ref=main";
share-http.inputs.nixpkgs.follows = "nixpkgs"; # only private input
share-http.url = "git+https://git.ingolf-wagner.de/palo/share-host.git?ref=main";
srvos.url = "github:nix-community/srvos";