chore: run nixfmt

This commit is contained in:
Youwen Wu 2024-12-15 02:53:05 -08:00
parent 005347d632
commit 7fc5af883f
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
5 changed files with 10 additions and 8 deletions

View file

@ -26,7 +26,8 @@
fsType = "ext4";
};
boot.initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/f4c552be-a4c2-4ca0-aec6-ed692d78fe24";
boot.initrd.luks.devices."crypted".device =
"/dev/disk/by-uuid/f4c552be-a4c2-4ca0-aec6-ed692d78fe24";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/852F-07F1";