removing hm from server 3

This commit is contained in:
2025-08-16 10:51:47 +02:00
parent 2915931122
commit 6c0ada6f07
10 changed files with 13 additions and 24 deletions

View File

@@ -45,5 +45,10 @@ in {
default = null;
description = "Optional override for selecting an SSH key by name";
};
role = mkOption {
type = types.enum ["desktop" "server"];
default = "desktop";
description = "Defines the system role (desktop or server).";
};
};
}