diff --git a/hosts/x86_64-linux/seraphim/default.nix b/hosts/x86_64-linux/seraphim/default.nix index f29976b..eab834c 100644 --- a/hosts/x86_64-linux/seraphim/default.nix +++ b/hosts/x86_64-linux/seraphim/default.nix @@ -8,10 +8,10 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../modules/home-manager.nix - ../../common + ../../../modules/home-manager.nix + ../../../common inputs.nixos-hardware.nixosModules.common-cpu-intel - ../gc.nix + ../../gc.nix ]; nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = ["nix-command" "flakes"];