mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
fixed secrets url
This commit is contained in:
parent
7a041b8471
commit
a0d0a157c4
|
@ -9,7 +9,7 @@
|
||||||
alejandra.inputs.nixpkgs.follows = "nixpkgs";
|
alejandra.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nix-secrets = {
|
nix-secrets = {
|
||||||
url = "git.hypervirtual.world:harry123/nix-secrets.git";
|
url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue