../../nixos/profiles/zramSwap.nix
];
+ boot.kernelParams = [
+ # Avoids huge slow downs, especially with nix.
+ "zfs.zfs_arc_max=${toString (1024 * 1024 * 1024)}" # bytes
+ ];
+
# Setting the machine-id avoids to reencrypt all credentials
# when reinstalling NixOS on a new drive.
# Manually generated with : uuidgen | tr -d -
};
services.pipewire.jack.enable = true;
-
}