This commit is contained in:
Annika Merris 2024-05-12 10:34:38 -04:00
parent affa3000d7
commit 620df81129

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { config, pkgs, inputs, ... }:
{ {
imports = [ imports = [
@ -7,7 +7,7 @@
# Configure secrets stuff # Configure secrets stuff
sops = { sops = {
defaultSopsFile = "../../secrets.yaml"; defaultSopsFile = ../../secrets.yaml;
defaultSopsFormat = "yaml"; defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt"; age.keyFile = "/home/annika/.config/sops/age/keys.txt";