Files
infra/machines/neptune/configuration.nix
kurogeek c75eea1d38 mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/neptune/configuration.nix
2025-12-03 11:41:13 +07:00

14 lines
385 B
Nix

{ inputs, config, ... }:
{
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]";
clan.core.meta.name = "neptune";
clan.core.meta.description = "Radxa SBC board for testing.";
}