You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nixfiles/config/profiles/headless.nix

7 lines
206 B
Nix

{ config, lib, ... }: with lib; {
kyouma.machine-type.headless = true;
documentation.man.generateCaches = false;
services.openssh.enable = mkDefault true;
services.vnstat.enable = mkDefault true;
}