nixfiles/config/headless.nix

4 lines
80 B
Nix
Raw Normal View History

2024-01-10 13:32:18 +01:00
{ config, lib, ... }: with lib; {
services.openssh.enable = mkDefault true;
}