dotfiles/nixos/services.nix
Benjamin Palko d277850804 re-organize nix configs
nvim update
2024-07-13 23:56:56 -04:00

5 lines
55 B
Nix

{ ... }:
{
# SSH
services.openssh.enable = true;
}