nix: remove spacebar
This commit is contained in:
@@ -12,9 +12,6 @@
|
|||||||
./modules/tangled.nix
|
./modules/tangled.nix
|
||||||
../../modules/force.nix
|
../../modules/force.nix
|
||||||
./modules/gitea.nix
|
./modules/gitea.nix
|
||||||
|
|
||||||
# DO NOT ENABLE SPACEBAR YET
|
|
||||||
# ./modules/spacebar.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# gcc. shit breaks. wtf
|
# gcc. shit breaks. wtf
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [ inputs.spacebar.nixosModules.default ];
|
|
||||||
|
|
||||||
services.spacebarchat-server = {
|
|
||||||
enable = true;
|
|
||||||
package = inputs.spacebar.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
|
||||||
extraEnvironment.PORT = 4067;
|
|
||||||
settings = {
|
|
||||||
api = {
|
|
||||||
endpointPublic = "https://chat.ocbwoy3.dev/api/v9";
|
|
||||||
endpointPrivate = "http://127.0.0.1:4067/api/v9";
|
|
||||||
};
|
|
||||||
cdn = {
|
|
||||||
endpointPublic = "https://chat.ocbwoy3.dev/";
|
|
||||||
endpointPrivate = "http://127.0.0.1:4067/";
|
|
||||||
};
|
|
||||||
gateway = {
|
|
||||||
endpointPublic = "wss://chat.ocbwoy3.dev/";
|
|
||||||
endpointPrivate = "ws://127.0.0.1:4067/";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user