diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ginaz/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 676b08f..ead735b 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -43,6 +43,7 @@ nftables.enable = true; }; + services.openssh.settings.X11Forwarding = true; services.xserver.videoDrivers = [ "amdgpu" ]; system.stateVersion = "23.11"; |