From cdd512102633f756548f5f11d8f20307d47b2997 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Tue, 3 Dec 2024 09:06:23 +0100 Subject: [PATCH] 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 --- nix-os/core-desktop.nix | 4 ---- nix-os/core.nix | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nix-os/core-desktop.nix b/nix-os/core-desktop.nix index fe44a32..f1875ed 100644 --- a/nix-os/core-desktop.nix +++ b/nix-os/core-desktop.nix @@ -96,10 +96,6 @@ }; }; - services.openssh.extraConfig = '' - X11Forwarding yes - ''; - # Fonts fonts.packages = with pkgs; [ corefonts diff --git a/nix-os/core.nix b/nix-os/core.nix index d255b09..4bded0c 100644 --- a/nix-os/core.nix +++ b/nix-os/core.nix @@ -54,6 +54,7 @@ in # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + waypipe wget ffmpeg yt-dlp