ff27a2de9d
lastFile:inventories/default.nix
9 lines
302 B
Nix
9 lines
302 B
Nix
{ config, ... }:
|
|
{
|
|
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.settings.machine.description = "Zima board computer for testing in B4L";
|
|
}
|