2c3cfb9556
lastFile:inventories/default.nix
15 lines
269 B
Nix
15 lines
269 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
clan.core.settings.machine.description =
|
|
"VM machine for collecting prometheus metrics and fire alerts";
|
|
|
|
nixpkgs.hostPlatform = {
|
|
system = "x86_64-linux";
|
|
};
|
|
|
|
system.stateVersion = "25.11";
|
|
clan.core.sops.defaultGroups = [ "admins" ];
|
|
}
|