updated branding and some retooling

This commit is contained in:
2026-03-29 07:13:22 -05:00
parent bea98d56b8
commit 33e3db9998
6 changed files with 66 additions and 106 deletions

View File

@@ -3,7 +3,7 @@
{
options.sovran_systemsOS = {
roles = {
server-desktop = lib.mkOption {
server_plus_desktop = lib.mkOption {
type = lib.types.bool;
default = !config.sovran_systemsOS.roles.desktop && !config.sovran_systemsOS.roles.node;
};