From 8eede16bcd75e5473ebeabcd2e04a4c0f841ca14 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 26 Apr 2025 13:02:30 -0400 Subject: [PATCH] fix: staff requires bootloader --- hosts/x86_64-linux/staff/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/x86_64-linux/staff/default.nix b/hosts/x86_64-linux/staff/default.nix index aebaf64..9ed9909 100644 --- a/hosts/x86_64-linux/staff/default.nix +++ b/hosts/x86_64-linux/staff/default.nix @@ -41,6 +41,9 @@ rec { # Not sure what's necessary but too afraid to remove anything # File systems must be declared in order to boot + # Required to have a boot loader to work + boot.loader.systemd-boot.enable = true; + # This is the root filesystem containing NixOS fileSystems."/" = { device = "/dev/disk/by-label/nixos";