nixos/core: replace x11 forwarding with waypipe

waypipe is provided through core module
because maybe I'll want to use it
on servers without desktop
who knows
This commit is contained in:
Wroclaw 2024-12-03 09:06:23 +01:00
parent 74f18f5766
commit cdd5121026
2 changed files with 1 additions and 4 deletions

View file

@ -96,10 +96,6 @@
};
};
services.openssh.extraConfig = ''
X11Forwarding yes
'';
# Fonts
fonts.packages = with pkgs; [
corefonts