diff --git a/home/server.nix b/home/server.nix index 5db35be7..88b9c426 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 7fc989dc..b2f3ce81 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";