mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Cleanup
This commit is contained in:
@@ -31,8 +31,6 @@ let
|
||||
};
|
||||
version = (builtins.readFile "${versionParse}/tgs_version.txt");
|
||||
|
||||
rpath = lib.makeLibraryPath [ pkgs.stdenv_32bit.cc.cc.lib ];
|
||||
|
||||
tgstation-server-host-console = pkgs.buildDotnetModule {
|
||||
pname = "Tgstation.Server.Host.Console";
|
||||
version = (builtins.readFile "${versionParse}/tgs_version.txt");
|
||||
|
||||
@@ -124,7 +124,7 @@ in
|
||||
|
||||
environment.etc = {
|
||||
"tgstation-server.d/appsettings.yml" = {
|
||||
text = (builtins.readFile "${package}/bin/appsettings.yml");
|
||||
text = (builtins.readFile ./../../../src/Tgstation.Server.Host/appsettings.yml);
|
||||
group = cfg.groupname;
|
||||
mode = "0644";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user