From 8b2980af38ebeab87ad5b883ec380274a92502c4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 16:56:45 -0400 Subject: [PATCH] fix: add localFlakeClone to bootstrap.nix --- hosts/bootstrap.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bootstrap.nix b/hosts/bootstrap.nix index 3852aef..63e7e3f 100644 --- a/hosts/bootstrap.nix +++ b/hosts/bootstrap.nix @@ -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"; }; }