From 7f29c48e9481d6d4701ce78586e3465260cdd1a1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 29 Oct 2024 22:11:35 +0100 Subject: roles.sils: add workstation role --- modules/nixos/roles.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/nixos/roles.nix') diff --git a/modules/nixos/roles.nix b/modules/nixos/roles.nix index 71883e0..9640bb3 100644 --- a/modules/nixos/roles.nix +++ b/modules/nixos/roles.nix @@ -1,6 +1,6 @@ {lib, ...}: { options.role.sils = lib.mkOption { - type = lib.types.nullOr (lib.types.enum ["laptop" "undefined" "vm"]); + type = lib.types.nullOr (lib.types.enum ["laptop" "undefined" "vm" "workstation"]); default = null; description = "The role which should be applied to your configuration."; }; -- cgit 1.4.1