mlaga97-nixos/features/headless.nix

4 lines
79 B
Nix

{ config, lib, pkgs, callPackage, ... }: {
services.uptimed.enable = true;
}