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:
parent
74f18f5766
commit
cdd5121026
2 changed files with 1 additions and 4 deletions
|
@ -96,10 +96,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.extraConfig = ''
|
|
||||||
X11Forwarding yes
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue