1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-05-26 01:45:51 +00:00

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
platforms/nixos/modules/nmasur/presets/services

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

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

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