From dbff418ce0a92244dfc36204cfc94479e3742760 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:56:19 +0100 Subject: [PATCH] add nano machine --- modules/services/kavita.nix | 1 + systems/amd-server/configuration.nix | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/services/kavita.nix b/modules/services/kavita.nix index 37931a2..71fb33a 100644 --- a/modules/services/kavita.nix +++ b/modules/services/kavita.nix @@ -101,6 +101,7 @@ in { ${mangal} inline -S Manganato --query "cultivation_chat" --manga first --download ${mangal} inline -S Manganato --query "gokushufudo" --manga first --download ${mangal} inline -S Manganato --query "slime" --manga first --download + ${mangal} inline -S Manganato --query "nano_machine" --manga first --download ''; serviceConfig = { PrivateTmp = true; diff --git a/systems/amd-server/configuration.nix b/systems/amd-server/configuration.nix index d84009d..052b8ec 100644 --- a/systems/amd-server/configuration.nix +++ b/systems/amd-server/configuration.nix @@ -8,6 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix ../../modules/kernel.nix + ../../modules/services/ssh.nix ]; custom = { @@ -62,7 +63,7 @@ services.xrdp.enable = true; services.xrdp.defaultWindowManager = "xfce4-session"; - services.xrdp.openFirewall = true; + services.xrdp.openFirewall = false; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; @@ -88,9 +89,6 @@ git ]; - # Enable the OpenSSH daemon. - services.openssh.enable = true; - system.stateVersion = "24.05"; # Did you read the comment? }