add nano machine

This commit is contained in:
Kopatz
2024-12-01 18:56:19 +01:00
parent 49390c5404
commit dbff418ce0
2 changed files with 3 additions and 4 deletions

View File

@@ -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;

View File

@@ -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?
}