mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
commit
e3bf391c8c
3 changed files with 12 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
wayland = true;
|
||||
};
|
||||
};
|
||||
desktopManager = {
|
||||
|
|
9
hosts/common/optional/remote-desktop.nix
Normal file
9
hosts/common/optional/remote-desktop.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services = {
|
||||
xrdp = {
|
||||
enable = true;
|
||||
defaultWindowManager = "/run/current-system/sw/bin/gnome-shell";
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -13,6 +13,7 @@
|
|||
../common/optional/libvirtd.nix
|
||||
../common/optional/pipewire.nix
|
||||
../common/optional/printing.nix
|
||||
../common/optional/remote-desktop.nix
|
||||
../common/optional/sshd.nix
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue