aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/ridcully.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-08-14 10:16:21 +0200
committerKarel Kočí <cynerd@email.cz>2023-08-14 10:16:21 +0200
commit774d34d50bf3908dd1f209dbbd0de2093d5f5a08 (patch)
tree37b0510b38abcc3d23d53964f8d87e84df2b50bd /nixos/machine/ridcully.nix
parentbe48f29f9ce4af8db9c2448bab6cd60051eb13be (diff)
downloadnixos-personal-774d34d50bf3908dd1f209dbbd0de2093d5f5a08.tar.gz
nixos-personal-774d34d50bf3908dd1f209dbbd0de2093d5f5a08.tar.bz2
nixos-personal-774d34d50bf3908dd1f209dbbd0de2093d5f5a08.zip
nixos/lipwig: Fixes
Diffstat (limited to 'nixos/machine/ridcully.nix')
-rw-r--r--nixos/machine/ridcully.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix
index a9e3a42..5814c0f 100644
--- a/nixos/machine/ridcully.nix
+++ b/nixos/machine/ridcully.nix
@@ -22,7 +22,7 @@ with lib; {
services.hardware.openrgb.motherboard = "amd";
cynerd.autounlock = {
- "encroot" = "/dev/disk/by-uuid/c07e929a-6eac-4f99-accf-f7cb3431290c";
+ "encroot" = "/dev/disk/by-uuid/bc7d2ba4-6e04-4c49-b40c-3aecd1a86c71";
"enchdd" = "/dev/disk/by-uuid/7fee3cda-efa0-47cd-8832-fdead9a7e6db";
};
fileSystems = {
@@ -37,7 +37,7 @@ with lib; {
options = ["compress=lzo" "subvol=@home"];
};
"/boot" = {
- device = "/dev/disk/by-uuid/C1A0-B7C9";
+ device = "/dev/disk/by-uuid/6DAD-3819";
fsType = "vfat";
};