updated branding and some retooling
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
|
||||
# ── Server-Desktop Role (default) ─────────────────────────
|
||||
(lib.mkIf config.sovran_systemsOS.roles.server-desktop {
|
||||
# ── Server+Desktop Role (default) ─────────────────────────
|
||||
(lib.mkIf config.sovran_systemsOS.roles.server_plus_desktop {
|
||||
})
|
||||
|
||||
# ── Desktop Only Role ─────────────────────────────────────
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user