mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixed my boot partition location to be more "standard"
This commit is contained in:
parent
4d966ad749
commit
4e55cc5919
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
boot.initrd.luks.devices."luks-385106b5-71f7-460e-9a2b-2416f3b54cb6".device = "/dev/disk/by-uuid/385106b5-71f7-460e-9a2b-2416f3b54cb6";
|
||||
|
||||
fileSystems."/boot/efi" =
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/F09D-73C9";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue