From 2258b24984dd2b6dcee880d4d8c2aed13609cfac Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Aug 2020 12:52:50 +0200 Subject: [PATCH] nunotaba: Change to production settings --- machines/nunotaba/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/nunotaba/configuration.nix b/machines/nunotaba/configuration.nix index cdf6a3a..fd4c3fa 100644 --- a/machines/nunotaba/configuration.nix +++ b/machines/nunotaba/configuration.nix @@ -11,12 +11,12 @@ ../../users/simon/base.nix ]; - boot.loader.grub.device = "/dev/disk/by-id/ata-ST500LM021-1KJ152_W623YDGB"; + boot.loader.grub.device = "/dev/disk/by-id/ata-INTEL_SSDSC2KB480G7_PHYS749202D6480BGN"; boot.initrd.luks.devices = { root = { name = "root"; - device = "/dev/disk/by-uuid/4ecfca75-4dbb-4ba3-b1cd-7adf744c9446"; + device = "/dev/disk/by-uuid/f3a2fa57-581b-4e95-9a45-d61cda9edc54"; preLVM = true; allowDiscards = true; };