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
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
corefonts corefonts

View file

@ -54,6 +54,7 @@ in
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
waypipe
wget wget
ffmpeg ffmpeg
yt-dlp yt-dlp