[NixOS] Small tweaks

This commit is contained in:
Ivan Malison 2023-08-03 15:19:28 -06:00
parent 86b582b4f9
commit 61f4b563f1
4 changed files with 7 additions and 1 deletions

View File

@ -43,6 +43,7 @@ in
git-sync
glxinfo
gnumake
gparted
htop
inotify-tools
iotop

View File

@ -5,6 +5,7 @@
environment.systemPackages = with pkgs; [
android-studio
gradle
ffmpeg
asciidoctor
roomeqwizard

View File

@ -51,7 +51,7 @@
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
networking.firewall.allowedTCPPorts = [ 3389 ];
services.xrdp.openFirewall = true;
system.stateVersion = "23.11";
}

View File

@ -89,6 +89,10 @@
# High-DPI console
console.font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
services.xrdp.enable = true;
services.xrdp.defaultWindowManager = "startplasma-x11";
services.xrdp.openFirewall = true;
system.stateVersion = "20.03";
users.extraUsers.dean.home = "/shared/dean";