mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
add sops-nix
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
lanzaboote.url = "github:nix-community/lanzaboote/v1.0.0";
|
lanzaboote.url = "github:nix-community/lanzaboote/v1.0.0";
|
||||||
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
|
sops.nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; }
|
||||||
|
|||||||
7
modules/security/sops-nix/sops-nix.nix
Normal file
7
modules/security/sops-nix/sops-nix.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ inputs, ... }: {
|
||||||
|
flake.nixosModules.sops-nix = { ... }: {
|
||||||
|
imports = [
|
||||||
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user