diff options
| author | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
| commit | 5a8634feb12859638df4cfa1673e5e1f149c5a1f (patch) | |
| tree | df5c2e14c5a5a0809e8d857939dedfe6e5687636 /modules/nixos/roles.nix | |
| parent | treewide: rename paths to jaki (diff) | |
| download | nix-config-5a8634feb12859638df4cfa1673e5e1f149c5a1f.zip | |
treewide: rename all options to jaki
Diffstat (limited to '')
| -rw-r--r-- | modules/nixos/roles.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/roles.nix b/modules/nixos/roles.nix index 69b2819..0c7f3bd 100644 --- a/modules/nixos/roles.nix +++ b/modules/nixos/roles.nix @@ -1,5 +1,5 @@ {lib, ...}: { - options.role.sils = lib.mkOption { + options.role.jaki = lib.mkOption { 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."; |
