home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d001e1f9b3ac52da5b2b7b3749033515a72e5829
parent aaa992f271b0e56394a6c7eac3d9e561f0fb229f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 10 Sep 2021 17:40:05 +0200

systems/aomi: Fix devices

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -1,6 +1,7 @@ { sources ? import ../../nix , lib ? sources.lib , pkgs ? sources.pkgs { } +, ... }: with lib; @@ -32,18 +33,18 @@ in boot.initrd.luks.devices = { root = { - device = "/dev/disk/by-uuid/50d7faba-8923-4b30-88f7-40df26e02def"; + device = "/dev/disk/by-uuid/9d53a7f3-b75d-4121-b6c3-4b4c4a33ee52"; preLVM = true; allowDiscards = true; }; }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/0101-68DE"; + device = "/dev/disk/by-uuid/53E3-FA1E"; fsType = "vfat"; }; - swapDevices = [{ device = "/dev/disk/by-uuid/aff86817-55ae-47ed-876a-e5a027b560ba"; }]; + swapDevices = [{ device = "/dev/disk/by-uuid/9525a5eb-1e57-47bf-9c62-1caf466cf3be"; }]; networking = { hostName = hostname;