fix test profile
This commit is contained in:
parent
87a35a0d58
commit
f8eff138d8
|
@ -1,8 +1,8 @@
|
||||||
{ profile }:
|
{ profile }:
|
||||||
|
|
||||||
let
|
let
|
||||||
shim = {
|
shim = { config, ... }: {
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = !config.boot.loader.generic-extlinux-compatible.enable && !config.boot.loader.raspberryPi.enable;
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
device = "/dev/disk/by-uuid/00000000-0000-0000-0000-000000000000";
|
||||||
|
|
Loading…
Reference in a new issue