flake: Fix remote install

pull/33/head
Tristan Daniël Maat 2021-04-28 00:04:30 +01:00
parent d6a7df08fb
commit 322ce9759d
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 3 additions and 0 deletions

View File

@ -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"
'';
};