remember to enable services

This commit is contained in:
Noah Masur 2025-03-08 08:57:01 -05:00
parent 50a1be634c
commit 9d7c6b3215
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ in
allowUnfreePackages = [ "minecraft-server" ];
services.minecraft-server = {
enable = true;
eula = true;
declarative = true;
whitelist = { };

View File

@ -17,6 +17,7 @@ in
allowUnfreePackages = [ "n8n" ];
services.n8n = {
enable = true;
webhookUrl = "https://${hostnames.n8n}";
settings = {
listen_address = "127.0.0.1";

View File

@ -10,6 +10,7 @@ in
config = lib.mkIf cfg.enable {
services.thelounge = {
enable = true;
public = false;
port = 9000;
extraConfig = {