Compare commits
2 Commits
acf1cdb9c3
...
bd1722ab41
| Author | SHA1 | Date | |
|---|---|---|---|
| bd1722ab41 | |||
| 5b3c0f4ce3 |
@@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
2
private
2
private
Submodule private updated: 2e3b2acef3...8e5930189c
Reference in New Issue
Block a user