# Setting the machine-id avoids to reencrypt all credentials
# when reinstalling NixOS on a new drive.
# Manually generated with : uuidgen | tr -d -
- environment.etc.machine-id.text = "46e396e54c264a3594d21de5c519dccf";
+ environment.etc.machine-id.source = ./machine-id.clear;
# The 32-bit host id of the host, formatted as 8 hexadecimal characters.
# You should try to make this id unique among your hosts.
*/
boot.loader.grub = {
enable = true;
+ memtest86.enable = true;
version = 2;
devices = [
"/dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAFC36436X"
fsType = "zfs";
};
+ services.pipewire.jack.enable = true;
+
}