Update secrets, set nixy to local deploy.

This commit is contained in:
jay
2025-07-12 09:40:29 -04:00
parent 5b3c0f4ce3
commit bd1722ab41
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ config, inputs, lib, ... }: { { config, inputs, lib, ... }: {
sops = { sops = {
defaultSopsFile = "/home/jay/nixverse/private/secrets.yaml"; defaultSopsFile = ../../../../private/secrets.yaml;
secrets = { secrets = {
jay_password = { jay_password = {
neededForUsers = true; neededForUsers = true;

View File

@@ -4,5 +4,7 @@
channel = "stable"; channel = "stable";
}; };
lappy = {}; lappy = {};
nixy = {}; nixy = {
deploy.local = true;
};
} }