2022-08-07 21:06:17 +02:00
|
|
|
{
|
|
|
|
services.acme-client = {
|
2023-11-04 01:17:27 +01:00
|
|
|
nodes.client = [ "checkmate" "grail" "thunderskin" "VEGAS" "prophet" ];
|
2022-08-07 21:06:17 +02:00
|
|
|
nixos.client = ./client.nix;
|
2024-08-10 13:37:36 +02:00
|
|
|
simulacrum.augments = ./augment.nix;
|
2022-08-07 21:06:17 +02:00
|
|
|
};
|
|
|
|
}
|