feat(ahrc-pc): add SSH server
This commit is contained in:
parent
c53e7f1519
commit
d218eb008c
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
console.keyMap = "us";
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
programs.bash.promptInit = ''
|
||||
if [ "$(whoami)" = root ]; then
|
||||
color=31
|
||||
|
|
Loading…
Reference in a new issue