From 7bb489c04b0882896530a18518544b424d039287 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 10 Jul 2021 20:51:42 +0000 Subject: [PATCH] [NixOS] Add quill and keysmith to raspberry pi --- nixos/raspberry-pi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/raspberry-pi.nix b/nixos/raspberry-pi.nix index a69271ce..01abc8d2 100644 --- a/nixos/raspberry-pi.nix +++ b/nixos/raspberry-pi.nix @@ -94,6 +94,7 @@ jq rcm ic-keysmith + quill ]; services.openssh.enable = true;