feat: use private sops repo for secrets
This commit is contained in:
parent
956e845635
commit
117162cd5d
3 changed files with 89 additions and 24 deletions
|
@ -3,6 +3,7 @@
|
|||
self,
|
||||
home-manager,
|
||||
nixpkgs,
|
||||
secrets,
|
||||
...
|
||||
}: let
|
||||
supportedSystems = ["x86_64-linux" "aarch64-linux"];
|
||||
|
@ -36,6 +37,10 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
secrets = {
|
||||
url = "git+ssh://git@git.nelim.org/matt1432/nixos-secrets";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue