yt-dlp: refactor aliases
[julm/julm-nix.git] / hosts / oignon / hardware.nix
index faac47dde94b21f56dc4ff1a05428e0192e76269..6807894b62391bcedd640116b9140135ca7bd959 100644 (file)
@@ -9,7 +9,7 @@
   # 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.
@@ -24,6 +24,7 @@
   */
   boot.loader.grub = {
     enable = true;
+    memtest86.enable = true;
     version = 2;
     devices = [
       "/dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAFC36436X"
@@ -79,4 +80,6 @@
       fsType = "zfs";
     };
 
+  services.pipewire.jack.enable = true;
+
 }