diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-14 08:04:01 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-14 08:04:01 +0100 |
commit | 9b4622bd6475f16da561c3a8399da18a70d23be0 (patch) | |
tree | 70da6dde8f3c5ea70affc041ca86231bfd6bf5e9 /nixos | |
parent | 2c08e3423ab4752fd891057a0100fd451725dc45 (diff) | |
download | nixos-personal-9b4622bd6475f16da561c3a8399da18a70d23be0.tar.gz nixos-personal-9b4622bd6475f16da561c3a8399da18a70d23be0.tar.bz2 nixos-personal-9b4622bd6475f16da561c3a8399da18a70d23be0.zip |
nixos: migrate errol to the new drive
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/errol.nix | 5 | ||||
-rw-r--r-- | nixos/modules/generic.nix | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nixos/machine/errol.nix b/nixos/machine/errol.nix index 74901f9..ad3137c 100644 --- a/nixos/machine/errol.nix +++ b/nixos/machine/errol.nix @@ -22,7 +22,7 @@ with lib; { services.hardware.openrgb.motherboard = "amd"; cynerd.autounlock = { - "encroot" = "/dev/disk/by-uuid/8095988e-239b-4417-9df6-94a40e4133ed"; + "encroot" = "/dev/disk/by-uuid/7c412ae6-6016-45af-8c2a-8fcc394dbbe6"; "enchdd1" = "/dev/disk/by-uuid/87f16080-5ff6-43dd-89f3-307455a46fbe"; "enchdd2" = "/dev/disk/by-uuid/be4a33fa-8bc6-431d-a3ac-787668f223ed"; }; @@ -38,7 +38,7 @@ with lib; { options = ["compress=lzo" "subvol=@home"]; }; "/boot" = { - device = "/dev/disk/by-uuid/87B0-A1D5"; + device = "/dev/disk/by-uuid/49D9-3A0D"; fsType = "vfat"; }; @@ -93,6 +93,7 @@ with lib; { extraPackages = pkgs: with pkgs; [ securetar + pyipp ]; }; }; diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 25fcbde..309dd95 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -68,6 +68,7 @@ in { mc screen tmux + pv # ls tools tree |