feat(ssh): initial ssh config

This commit is contained in:
ooks-io 2024-02-26 22:34:31 +13:00
parent 62150d615f
commit 8fcda1a7e9
7 changed files with 38 additions and 5 deletions

View file

@ -21,6 +21,7 @@ in
bootloader.systemd.enable = true;
programs.gnomeServices.enable = true;
displayManager.tuigreet.enable = true;
openssh.enable = true;
};
environment.systemPackages = [pkgs.git];