From f377a32c1edb6a87a9e981e3db22803d4670c56a Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 29 Oct 2024 22:19:59 +0100 Subject: add laptop-light role --- modules/nixos/roles.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/roles.nix b/modules/nixos/roles.nix index 9640bb3..69b2819 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" "workstation"]); + type = lib.types.nullOr (lib.types.enum ["laptop" "laptop-light" "undefined" "vm" "workstation"]); default = null; description = "The role which should be applied to your configuration."; }; -- cgit 1.4.1