Add sops-nix module
This commit is contained in:
parent
8da8c6cadb
commit
617bf3b0a6
2 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -19,6 +23,7 @@
|
|||
nixpkgs,
|
||||
nixvim,
|
||||
disko,
|
||||
sops-nix,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -43,6 +48,7 @@
|
|||
modules = [
|
||||
{ networking.hostName = host; }
|
||||
disko.nixosModules.disko
|
||||
sops-nix.nixosModules.sops
|
||||
./hosts/${host}/configuration.nix
|
||||
./hosts/${host}/state.nix
|
||||
];
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
termshark
|
||||
|
||||
age
|
||||
sops
|
||||
minisign
|
||||
pwgen
|
||||
ssss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue