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