removing stupid role thingy

This commit is contained in:
2025-08-16 10:52:54 +02:00
parent 6c0ada6f07
commit a97253a71e
6 changed files with 0 additions and 10 deletions

View File

@@ -45,10 +45,5 @@ 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).";
};
};
}