From 322ce9759df1da0bde73bb040de5dd1b14346083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Wed, 28 Apr 2021 00:04:30 +0100 Subject: [PATCH] flake: Fix remote install --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index e0c42c7..a9baf34 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,9 @@ shellHook = '' export QEMU_OPTS="-m 3941 -smp 2 -curses" export QEMU_NET_OPTS="hostfwd=::3022-:2222,hostfwd=::3080-:80,hostfwd=::3443-:443,hostfwd=::3021-:2221,hostfwd=::25565-:25565" + + # Work around sudo requiring a full terminal + export NIX_SSHOPTS="-t" ''; };