Update rdesktop
This commit is contained in:
parent
241583f918
commit
1f1c1f83ab
3 changed files with 5 additions and 5 deletions
|
@ -22,10 +22,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
arc-kde-theme
|
||||
arc-theme
|
||||
papirus-icon-theme
|
||||
plasma-theme-switcher
|
||||
tailscale-systray
|
||||
la-capitaine-icon-theme
|
||||
gnome-keyring
|
||||
];
|
||||
|
||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||
{ ... }: {
|
||||
# https://nixos.wiki/wiki/Remote_LUKS_Unlocking
|
||||
# Unlock command:
|
||||
# ssh root@<Local_IP_Address> "Password"
|
||||
|
@ -27,6 +27,7 @@
|
|||
];
|
||||
hostKeys = [
|
||||
# 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
|
||||
"/boot/ssh_host_rsa_key"
|
||||
];
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
../../common/desktops/${desktop}
|
||||
../../common/packages
|
||||
../../common/modules/fonts.nix
|
||||
../../common/services/gnupg-agent.nix
|
||||
../../common/software/cli/clean-hm.nix
|
||||
];
|
||||
|
||||
hardware.pulseaudio.enable = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue