Disabled user sops for now
Some checks failed
Nix Build / build-nixos (push) Failing after 2m9s

This commit is contained in:
soraefir 2025-02-21 21:48:43 +01:00
parent 495862c294
commit 12646765c2
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -13,9 +13,9 @@
#SOPS
sops.defaultSopsFile = ./sops/${config.usercfg.username}.yaml;
sops.age.keyFile = "/var/lib/sops-nix/age-key.txt";
sops.age.generateKey = true;
sops.secrets."github_user_key" = { };
sops.secrets."curse_forge_key" = { };
# sops.defaultSopsFile = ./sops/${config.usercfg.username}.yaml;
# sops.age.keyFile = "/var/lib/sops-nix/age-key.txt";
# sops.age.generateKey = true;
# sops.secrets."github_user_key" = { };
# sops.secrets."curse_forge_key" = { };
}