cleanup + minecraft changes
This commit is contained in:
@@ -281,6 +281,15 @@
|
||||
password = builtins.readFile ./secrets/murmur_password;
|
||||
};
|
||||
|
||||
# services.botamusique = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
# server = {port = config.services.murmur.port;
|
||||
# password = config.services.murmur.password;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql_16;
|
||||
|
||||
Reference in New Issue
Block a user