feat(ahrc-pc): add SSH server

This commit is contained in:
Ahurac 2024-10-01 21:01:09 +02:00
parent c53e7f1519
commit d218eb008c

View file

@ -7,6 +7,8 @@
console.keyMap = "us"; console.keyMap = "us";
services.openssh.enable = true;
programs.bash.promptInit = '' programs.bash.promptInit = ''
if [ "$(whoami)" = root ]; then if [ "$(whoami)" = root ]; then
color=31 color=31