mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
prepared secrets migration
This commit is contained in:
parent
7a2f6147a2
commit
9afa07edfe
|
@ -8,8 +8,10 @@
|
|||
alejandra.url = "github:kamadorueda/alejandra/3.0.0";
|
||||
alejandra.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-secrets.url = "git.hypervirtual.world:harry123/nix-secrets.git";
|
||||
nix-secrets.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-secrets = {
|
||||
url = "git.hypervirtual.world:harry123/nix-secrets.git";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Reference in a new issue