caliban.nixos.org: mount boot partitions
Martin Weinelt committed
Jan 6, 2025 at 14:49 UTC
0b9be228d842c59e9d21e31f40a71b4a83b54425
1 file changed
+10
non-critical-infra/hosts/caliban.nixos.org/default.nix
+10
@@ -17,6 +17,16 @@
17
./limesurvey-tmp.nix
18
];
19
20
+ fileSystems."/boot-1" = {
21
+ device = "/dev/disk/by-uuid/9299-8E8E";
22
+ fsType = "vfat";
23
+ };
24
+
25
+ fileSystems."/boot-2" = {
26
+ device = "/dev/disk/by-uuid/9297-573C";
27
+ fsType = "vfat";
28
+ };
29
+
30
# Bootloader.
31
boot.loader.grub.enable = true;
32
boot.loader.grub.mirroredBoots = [