2 Commits

Author SHA1 Message Date
1ad1dd82ea rigel machines sops.defaultGroups is admins 2025-09-24 09:23:36 +07:00
45e4389f78 b4l machines sops.defaultGroups is admins 2025-09-24 09:23:24 +07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
};
networking.fqdn = "b4l.co.th";
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
security.acme.defaults.email = "admin@b4l.co.th";
security.acme.acceptTerms = true;

View File

@@ -1,3 +1,4 @@
{
system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ];
}