Files
infra/machines/stellio/configuration.nix
T
2026-08-12 13:42:24 +07:00

13 lines
257 B
Nix

{ ... }:
{
nixpkgs.hostPlatform = {
system = "aarch64-linux";
};
system.stateVersion = "26.11";
clan.core.sops.defaultGroups = [ "admins" ];
clan.core.settings.name = "stellio";
clan.core.settings.machine.description = "Flint-2 router";
}