From e47e37fa2994b09cdd4ecce8ec405838ab043b0f Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Feb 2023 15:27:47 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index aa4756f..06574b8 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -28,7 +28,7 @@ }; sops.defaultSopsFile = ./secrets.yaml; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; - sops.secrets.example-key = {}; + sops.secrets.example_key = {}; # environment.systemPackages = # [ pkgs.socat