From c9ba9b30fe1c811cd3e08a3a2e6f9d3d929b798b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:47:33 +0200 Subject: [PATCH] Update --- home/server.nix | 2 +- hosts/modules/server/sops.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/server.nix b/home/server.nix index 5db35be..88b9c42 100644 --- a/home/server.nix +++ b/home/server.nix @@ -13,7 +13,7 @@ # System ./system/git ./system/shell - ./system/sops/server.nix # You should probably remove this line + # ./system/sops/server.nix # You should probably remove this line ]; home = { diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 7fc989d..b2f3ce8 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -5,6 +5,7 @@ sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt"; defaultSopsFile = "../../../secrets/server.yaml"; + defaultSopsFormat = "yaml"; secrets = { sshconfig = { path = "/home/hadi/.ssh/config";