diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/fileSystemLayouts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix index f6d374d7..3edf0a79 100644 --- a/system/fileSystemLayouts/default.nix +++ b/system/fileSystemLayouts/default.nix @@ -37,7 +37,7 @@ in { description = lib.mdDoc "The uuid of the swapfile"; }; resumeOffset = mkOption { - type = lib.types.int; + type = lib.types.str; example = literalExpression "134324224"; description = lib.mdDoc "The resume offset of the swapfile"; }; |