Files
infra/machines/neptune/configuration.nix
kurogeek cf4cea2be6 mob next [ci-skip] [ci skip] [skip ci]
lastFile:vars/per-machine/rigel/yggdrasil/yggdrasil-secret/secret
2025-12-05 10:28:50 +07:00

14 lines
375 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.meta.name = "neptune";
clan.meta.description = "Radxa SBC board for testing.";
}