Update rdesktop

This commit is contained in:
albert 2024-06-25 12:23:53 +09:00
parent 241583f918
commit 1f1c1f83ab
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 5 additions and 5 deletions

View file

@ -22,10 +22,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arc-kde-theme arc-kde-theme
arc-theme arc-theme
papirus-icon-theme gnome-keyring
plasma-theme-switcher
tailscale-systray
la-capitaine-icon-theme
]; ];
services.xrdp.defaultWindowManager = "startplasma-x11"; services.xrdp.defaultWindowManager = "startplasma-x11";

View file

@ -1,4 +1,4 @@
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: { { ... }: {
# https://nixos.wiki/wiki/Remote_LUKS_Unlocking # https://nixos.wiki/wiki/Remote_LUKS_Unlocking
# Unlock command: # Unlock command:
# ssh root@<Local_IP_Address> "Password" # ssh root@<Local_IP_Address> "Password"
@ -27,6 +27,7 @@
]; ];
hostKeys = [ hostKeys = [
# Generate new keys with: # Generate new keys with:
# CAUTION: You WANT to generate a new key. This is stored plaintext in /boot
# ssh-keygen -t rsa -N "" -f /boot/ssh_host_rsa_key # ssh-keygen -t rsa -N "" -f /boot/ssh_host_rsa_key
"/boot/ssh_host_rsa_key" "/boot/ssh_host_rsa_key"
]; ];

View file

@ -4,6 +4,8 @@
../../common/desktops/${desktop} ../../common/desktops/${desktop}
../../common/packages ../../common/packages
../../common/modules/fonts.nix ../../common/modules/fonts.nix
../../common/services/gnupg-agent.nix
../../common/software/cli/clean-hm.nix
]; ];
hardware.pulseaudio.enable = lib.mkDefault true; hardware.pulseaudio.enable = lib.mkDefault true;