about summary refs log tree commit diff stats
path: root/sys/disks
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 18:33:18 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-11 18:33:18 +0200
commit1d4f3e7661e4246bec2ba47aae4f17ec15528ce3 (patch)
tree728bb6d01a4d40813281876db6498c68dcb7cccf /sys/disks
parentfix(sys/secrets): Remove unused serverphone secrets (diff)
downloadnixos-config-1d4f3e7661e4246bec2ba47aae4f17ec15528ce3.tar.gz
nixos-config-1d4f3e7661e4246bec2ba47aae4f17ec15528ce3.zip
fix(sys/boot): Use a disk backed directory to store the big iso
Diffstat (limited to 'sys/disks')
-rw-r--r--sys/disks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/disks/default.nix b/sys/disks/default.nix
index 2d88f57e..97c1fc4f 100644
--- a/sys/disks/default.nix
+++ b/sys/disks/default.nix
@@ -86,7 +86,7 @@ in {
                 content = {
                   type = "filesystem";
                   format = "vfat";
-                  mountpoint = "/boot";
+                  mountpoint = "/efi";
                 };
               };
             };