feat: NixOS | use sops-nix to get user password from nix-secrets

This commit is contained in:
2025-02-02 17:58:24 +05:00
parent 4289c5ac2b
commit fcee2c6250
3 changed files with 68 additions and 3 deletions

View File

@@ -32,6 +32,12 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# Secrets
nix-secrets = {
url = "git+ssh://git@git.dogar.dev/shahab/nix-secrets?shallow=1&ref=main";
flake = false;
};
};
outputs = {