Flake: add sops-nix
This commit is contained in:
parent
9ca56553f7
commit
1d1b76b329
3 changed files with 34 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue