bootstrap: remove unnecessary bud.localFlakeClone

This commit is contained in:
Infinidoge 2021-10-21 23:17:25 -04:00
parent 6b6560b66d
commit 4c72fd6ae1

View file

@ -12,8 +12,6 @@
boot.loader.systemd-boot.enable = true;
bud.localFlakeClone = "/etc/nixos";
# will be overridden by the bootstrapIso instrumentation
fileSystems."/" = { device = "/dev/disk/by-label/nixos"; };
}