Files
alo-cluster/common/cluster-tools.nix
2025-10-24 15:34:31 +01:00

11 lines
133 B
Nix

{ pkgs, ... }:
{
services.nomad.enable = false;
environment.systemPackages = with pkgs; [
nomad
wander
damon
];
}