mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-13 06:29:40 +01:00
fix test profile
This commit is contained in:
parent
8530cfe9a9
commit
a618486c6d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ profile }:
|
||||
|
||||
let
|
||||
shim = {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
shim = { config, ... }: {
|
||||
boot.loader.systemd-boot.enable = !config.boot.loader.generic-extlinux-compatible.enable && !config.boot.loader.raspberryPi.enable;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||
|
|
Loading…
Reference in a new issue