Update secrets, set nixy to local deploy.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -4,5 +4,7 @@
|
|||||||
channel = "stable";
|
channel = "stable";
|
||||||
};
|
};
|
||||||
lappy = {};
|
lappy = {};
|
||||||
nixy = {};
|
nixy = {
|
||||||
|
deploy.local = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user