This commit is contained in:
Shelvacu
2025-02-01 16:01:24 -08:00
committed by Shelvacu on triple-dezert
parent 689d0e3cd8
commit 01f087ee37

View File

@@ -5,17 +5,17 @@
...
}:
{
imports = [ inputs.sops-nix.nixosModules.sops ];
options.vacu.secretsFolder = lib.mkOption {
type = lib.types.path;
default = ../secrets;
};
config = {
sops.defaultSopsFile = config.vacu.secretsFolder + "/trip/main.yaml";
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# sops.secrets.wireguard_key = {};
# sops.secrets.vacustore_smtp_key = {};
};
# imports = [ inputs.sops-nix.nixosModules.sops ];
#
# options.vacu.secretsFolder = lib.mkOption {
# type = lib.types.path;
# default = ../secrets;
# };
#
# config = {
# sops.defaultSopsFile = config.vacu.secretsFolder + "/trip/main.yaml";
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# # sops.secrets.wireguard_key = {};
# # sops.secrets.vacustore_smtp_key = {};
# };
}