Update secrets, set nixy to local deploy.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, inputs, lib, ... }: {
|
||||
sops = {
|
||||
defaultSopsFile = "/home/jay/nixverse/private/secrets.yaml";
|
||||
defaultSopsFile = ../../../../private/secrets.yaml;
|
||||
secrets = {
|
||||
jay_password = {
|
||||
neededForUsers = true;
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
channel = "stable";
|
||||
};
|
||||
lappy = {};
|
||||
nixy = {};
|
||||
nixy = {
|
||||
deploy.local = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user