Files
infra/machines/alpheratz/configuration.nix
kurogeek 2d1b4202d7 mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/alpheratz/configuration.nix
2025-12-03 13:39:44 +07:00

14 lines
319 B
Nix

{ config, ... }:
{
nixpkgs.hostPlatform = {
system = "x86_64-linux";
};
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
# clan.core.networking.targetHost = "root@";
clan.meta.name = "alpheratz";
clan.meta.description = "Radxa X4 SBC board for one of w phone network.";
}