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