x11 forwarding
This commit is contained in:
parent
ab7d3ec25c
commit
cf24619171
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@
|
|||
dbus.packages = with pkgs; [ gnome.dconf ];
|
||||
gnome.gnome-keyring.enable = true;
|
||||
gvfs = { enable = true; package = pkgs.gnome3.gvfs; };
|
||||
openssh = { enable = true; openFirewall = true; permitRootLogin = "no"; passwordAuthentication = false; };
|
||||
fwupd.enable = true;
|
||||
openssh = { enable = true; openFirewall = true; permitRootLogin = "no"; passwordAuthentication = false; forwardX11 = true; };
|
||||
pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue