use mara-bot on chrysalis bettr
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
8ea4cec85a
commit
fb18d1d5cc
|
@ -279,11 +279,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1645298635,
|
"lastModified": 1645299032,
|
||||||
"narHash": "sha256-GoFca0/3oXLBmxqXLQr8DLTNe7qu53+TIZFfodscw9o=",
|
"narHash": "sha256-CRwqsOGpSFJiNNESltdoxZM9RsUY2oRgQ4S+xIZMxTA=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "e10236c47b7f0d8ac61c16b0858fce95c8ca237c",
|
"rev": "669344d6415a8fcd264ea38ae1dffba544c1d25b",
|
||||||
"revCount": 7,
|
"revCount": 9,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://tulpa.dev/Xe/mara.git"
|
"url": "https://tulpa.dev/Xe/mara.git"
|
||||||
},
|
},
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
./common
|
./common
|
||||||
|
|
||||||
xe-printerfacts.nixosModules."${system}".printerfacts
|
xe-printerfacts.nixosModules."${system}".printerfacts
|
||||||
xe-mara.nixosModules."${system}"
|
xe-mara.nixosModules."${system}".bot
|
||||||
] ++ extraModules;
|
] ++ extraModules;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.zrepl = {
|
services.zrepl = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
logging = [{
|
logging = [{
|
||||||
|
|
Loading…
Reference in New Issue