Flake: add sops-nix

This commit is contained in:
Toast 2025-12-06 03:31:56 +01:00
parent 9ca56553f7
commit 1d1b76b329
3 changed files with 34 additions and 2 deletions

View file

@ -16,6 +16,10 @@
darwin.follows = ""; # Not using this on MacOS, so this doesn't pull it's dependencies
};
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.11";
@ -167,6 +171,7 @@
modules =
[
agenix.nixosModules.default
sops-nix.nixosModules.sops
(
if stable
then home-manager