Compare commits

..

2 Commits

Author SHA1 Message Date
jay
bd1722ab41 Update secrets, set nixy to local deploy. 2025-07-12 09:40:29 -04:00
jay
5b3c0f4ce3 Update secrets. 2025-07-12 09:40:15 -04:00
3 changed files with 5 additions and 3 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;
};
} }

Submodule private updated: 2e3b2acef3...8e5930189c