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; [
|
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";
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue