diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 9fadae4..5e6ca52 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -77,7 +77,7 @@ in { system = { extraSystemBuilderCmds = '' ln -sv ${pkgs.path} $out/nixpkgs - ln -sv ${../../nix/overlays} $out/overlays + ln -sv ${../../../nix/overlays} $out/overlays ''; stateVersion = "22.11"; diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 37f337a..c006aa0 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -24,7 +24,7 @@ experimental-features = nix-command flakes recursive-nix flake-registry = /etc/nix/registry.json plugin-files = ${pkgs.nix-plugins}/lib/nix/plugins - extra-builtins-file = ${../../nix/extra-builtins.nix} + extra-builtins-file = ${../../../nix/extra-builtins.nix} ''; optimise.automatic = true; gc.automatic = true; diff --git a/hosts/common/initrd-ssh.nix b/hosts/common/initrd-ssh.nix index 278ce3c..ea8c396 100644 --- a/hosts/common/initrd-ssh.nix +++ b/hosts/common/initrd-ssh.nix @@ -3,7 +3,7 @@ name, ... }: { - rekey.secrets.initrd_host_ed25519_key.file = ../hosts/${name}/secrets/initrd_host_ed25519_key.age; + rekey.secrets.initrd_host_ed25519_key.file = ../${name}/secrets/initrd_host_ed25519_key.age; boot.initrd.network.enable = true; boot.initrd.network.ssh = {