mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
sops
This commit is contained in:
parent
84925bfa31
commit
827d638f3a
13 changed files with 256 additions and 336 deletions
8
nixos/sops.nix
Normal file
8
nixos/sops.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, inputs, ... }: with lib; {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
sops = {
|
||||
age.sshKeyPaths = mkDefault [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue