diff --git a/dotfiles/systems/fighter/boot.nix b/dotfiles/systems/fighter/boot.nix index 0fe3ae4b..a4fdb880 100644 --- a/dotfiles/systems/fighter/boot.nix +++ b/dotfiles/systems/fighter/boot.nix @@ -1,12 +1,12 @@ { ... }: { fileSystems = { "/" = { - device = "/dev/disk/by-uuid/placeholder"; + device = "/dev/disk/by-uuid/88a3f223-ed42-4be1-a748-bb9e0f9007dc"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/placeholder"; + device = "/dev/disk/by-uuid/744D-0867"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };