1

System/Nixinator: Update comfy config

This commit is contained in:
2026-05-12 12:58:14 +02:00
parent fe70449e97
commit bbf4dd74d2
4 changed files with 26 additions and 124 deletions

View File

@ -12,7 +12,7 @@
./disks.nix
# General services
# ../services/comfyui.nix
../services/comfyui.nix
../services/fileflows-node.nix
];
@ -124,7 +124,6 @@
# 31431 # Parsec
5173 # SvelteKit
8090 # PocketBase
8188 # ComfyUI
];
allowedUDPPorts = [
@ -135,7 +134,6 @@
# 31431 # Parsec
5173 # SvelteKit
8090 # PocketBase
8188 # ComfyUI
];
};
@ -234,27 +232,6 @@
fileSystems = ["/"];
};
# Temporarily ban IPs for SSH after failed login attempts
fail2ban = {
enable = true;
};
greetd = {
enable = false;
restart = false;
useTextGreeter = true;
settings = {
terminal.vt = 1;
default_session = {
# command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd $SHELL";
command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd niri-session";
user = "greeter";
};
};
};
kmscon = {
enable = false;
hwRender = true;