8 lines
187 B
Nix
8 lines
187 B
Nix
{ config, ... }:
|
|
{
|
|
system.stateVersion = "25.11";
|
|
clan.core.sops.defaultGroups = [ "admins" ];
|
|
|
|
clan.core.settings.machine.description = "Zima board computer for testing in B4L";
|
|
}
|