add nano machine
This commit is contained in:
@@ -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