mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
9 lines
234 B
Nix
9 lines
234 B
Nix
{ config, lib, ... }:
|
|
{
|
|
sops = {
|
|
age.sshKeyPaths = lib.mkDefault [ "/etc/ssh/sops" ];
|
|
defaultSopsFile = lib.mkDefault "${config.swarselsystems.flakePath}/secrets/winters/secrets.yaml";
|
|
validateSopsFiles = false;
|
|
};
|
|
|
|
}
|