parent
9994dadd6f
commit
3d03229682
2 changed files with 36 additions and 15 deletions
10
flake.nix
10
flake.nix
|
@ -126,7 +126,15 @@
|
|||
type = "git";
|
||||
url = "ssh://git@git.nelim.org/matt1432/nixos-secrets";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
sops-nix = {
|
||||
type = "github";
|
||||
owner = "Mic92";
|
||||
repo = "sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nix-on-droid = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue