diff --git a/hosts/kim/annika.nix b/hosts/kim/annika.nix index 2975eb3..0ec80d0 100644 --- a/hosts/kim/annika.nix +++ b/hosts/kim/annika.nix @@ -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";