mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-09 21:15:53 +00:00
fix: staff requires bootloader
This commit is contained in:
parent
11e0992d99
commit
8eede16bcd
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user