# when reinstalling NixOS on a new drive.
# Manually generated with : uuidgen | tr -d -
environment.etc.machine-id.source = ./machine-id.clear;
+
environment.systemPackages = with pkgs; [
bluez
cryptsetup
nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than 2d";
+ # 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.source = ./machine-id.clear;
+
environment.systemPackages = with pkgs; [
cryptsetup
fio