diff options
Diffstat (limited to 'lass/3modules')
| -rw-r--r-- | lass/3modules/xjail.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/3modules/xjail.nix b/lass/3modules/xjail.nix index 8f5f05bc2..5b450ed42 100644 --- a/lass/3modules/xjail.nix +++ b/lass/3modules/xjail.nix @@ -23,7 +23,7 @@ with import <stockholm/lib>;          };          display = mkOption {            type = types.string; -          default = toString (genid_signed config._module.args.name); +          default = toString (genid_uint31 config._module.args.name);          };          dpi = mkOption {            type = types.int;  | 
