fix: add localFlakeClone to bootstrap.nix

This commit is contained in:
Infinidoge 2021-09-19 16:56:45 -04:00
parent 40a8f0e686
commit 8b2980af38

View file

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