From bd1722ab415acc530278c8c5d2b4316386b9e362 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 12 Jul 2025 09:40:29 -0400 Subject: [PATCH] Update secrets, set nixy to local deploy. --- nodes/hosts/common/system/sops.nix | 2 +- nodes/hosts/group.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nodes/hosts/common/system/sops.nix b/nodes/hosts/common/system/sops.nix index 5f6c0c0..49479a7 100644 --- a/nodes/hosts/common/system/sops.nix +++ b/nodes/hosts/common/system/sops.nix @@ -1,6 +1,6 @@ { config, inputs, lib, ... }: { sops = { - defaultSopsFile = "/home/jay/nixverse/private/secrets.yaml"; + defaultSopsFile = ../../../../private/secrets.yaml; secrets = { jay_password = { neededForUsers = true; diff --git a/nodes/hosts/group.nix b/nodes/hosts/group.nix index 97d65c2..01c59e8 100644 --- a/nodes/hosts/group.nix +++ b/nodes/hosts/group.nix @@ -4,5 +4,7 @@ channel = "stable"; }; lappy = {}; - nixy = {}; + nixy = { + deploy.local = true; + }; }