mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/almach/disko.nix
This commit is contained in:
2025-12-03 14:05:32 +07:00
parent bba1858c6a
commit bf416fe5e9
2 changed files with 103 additions and 0 deletions

View File

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