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 = [
@ -7,7 +7,7 @@
# Configure secrets stuff
sops = {
defaultSopsFile = "../../secrets.yaml";
defaultSopsFile = ../../secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/annika/.config/sops/age/keys.txt";