From d218eb008c9e149318eab4c740b563b93703918c Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 1 Oct 2024 21:01:09 +0200 Subject: [PATCH] feat(ahrc-pc): add SSH server --- ahrc-pc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ahrc-pc/configuration.nix b/ahrc-pc/configuration.nix index 3d8d522..2c6458e 100644 --- a/ahrc-pc/configuration.nix +++ b/ahrc-pc/configuration.nix @@ -7,6 +7,8 @@ console.keyMap = "us"; + services.openssh.enable = true; + programs.bash.promptInit = '' if [ "$(whoami)" = root ]; then color=31