about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-21 17:21:32 +0100
committerene <ene@sils.li>2023-03-21 17:21:32 +0100
commit05674c993e8bbf4cf6e0466e54715a7bd1f4e55a (patch)
treec9acf46961cb799af176b802c4ec01c08b197134 /hosts
parentFix(flake): Fully delete steam (diff)
downloadnixos-config-05674c993e8bbf4cf6e0466e54715a7bd1f4e55a.tar.gz
nixos-config-05674c993e8bbf4cf6e0466e54715a7bd1f4e55a.zip
Fix(system/file_system_layout): Use str instead of int
An int can't be coerced to a string, but this is needed to use it in the
config file.
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lahmu/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix
index b126e673..a5958933 100644
--- a/hosts/lahmu/hardware/default.nix
+++ b/hosts/lahmu/hardware/default.nix
@@ -21,7 +21,7 @@
     ssd = true;
     swap = {
       uuid = "TO_BE_ADDED";
-      resumeOffset = 10;
+      resumeOffset = "10";
     };
   };