Files
infra/machines/alpheratz/configuration.nix
kurogeek 3556a3ac7b mob next [ci-skip] [ci skip] [skip ci]
lastFile:machines/alpheratz/configuration.nix
2025-12-03 12:54:49 +07:00

13 lines
272 B
Nix

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