fix: staff requires bootloader

This commit is contained in:
Noah Masur 2025-04-26 13:02:30 -04:00
parent 11e0992d99
commit 8eede16bcd
No known key found for this signature in database

View File

@ -41,6 +41,9 @@ rec {
# Not sure what's necessary but too afraid to remove anything # Not sure what's necessary but too afraid to remove anything
# File systems must be declared in order to boot # 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 # This is the root filesystem containing NixOS
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-label/nixos"; device = "/dev/disk/by-label/nixos";