add nano machine
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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?
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user