From 83ba7cd77fb6ee90050c38003166f2bde8ae18f9 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Feb 2023 15:26:14 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index 6695c60..aa4756f 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -26,6 +26,9 @@ mymods = { user_sstent.enable = true; }; + sops.defaultSopsFile = ./secrets.yaml; + sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + sops.secrets.example-key = {}; # environment.systemPackages = # [ pkgs.socat