server: do stuff
This commit is contained in:
17
hosts/server/modules/spacebar.nix
Normal file
17
hosts/server/modules/spacebar.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user