This commit is contained in:
Natsu Kagami 2022-06-09 22:41:37 -04:00
parent a885d52572
commit 05c4fd1fd7
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 3 additions and 3 deletions

View file

@ -355,11 +355,11 @@
"rev": "f8320c88e4c073f18e49abeb60091c1c73dd0d9a", "rev": "f8320c88e4c073f18e49abeb60091c1c73dd0d9a",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "https://github.com/natsukagami/nix-deploy-secrets" "url": "ssh://git@github.com/natsukagami/nix-deploy-secrets"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://github.com/natsukagami/nix-deploy-secrets" "url": "ssh://git@github.com/natsukagami/nix-deploy-secrets"
} }
}, },
"sops-nix": { "sops-nix": {

View file

@ -24,7 +24,7 @@
# --- # ---
# DEPLOYMENT ONLY! secrets # DEPLOYMENT ONLY! secrets
secrets.url = "git+https://github.com/natsukagami/nix-deploy-secrets"; secrets.url = "git+ssh://git@github.com/natsukagami/nix-deploy-secrets";
}; };
outputs = { self, darwin, nixpkgs, nixpkgs-unstable, home-manager, deploy-rs, sops-nix, nur, ... }@inputs: outputs = { self, darwin, nixpkgs, nixpkgs-unstable, home-manager, deploy-rs, sops-nix, nur, ... }@inputs: