feat(ooksphone): add ssh configuration to ooksphone

This commit is contained in:
ooks-io 2024-04-22 19:05:33 +12:00
parent 24abca0ffe
commit 7e351d9311
3 changed files with 39 additions and 1 deletions

View file

@ -23,6 +23,7 @@
home.packages = with pkgs; [
pfetch
lazygit
openssh
];
programs = {
ssh.enable = true;