home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b1510870687c893fba0f88a95701ede58059ccdc
parent 7da2d59a43130e9d7ca220b724ab207c5f039228
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 17 Aug 2022 17:40:10 +0200

systems/hosts/wakasu: enable ssh

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -91,6 +91,9 @@ in #yubikey.enable = true; }; }; + + profiles.ssh.enable = true; + environment.systemPackages = with pkgs; [ docker-client ];