diff --git a/devices/disco/server.nix b/devices/disko/server.nix similarity index 100% rename from devices/disco/server.nix rename to devices/disko/server.nix diff --git a/devices/disco/vds.nix b/devices/disko/vds.nix similarity index 100% rename from devices/disco/vds.nix rename to devices/disko/vds.nix diff --git a/devices/vds.nix b/devices/vds.nix index 82598f8..7f2b307 100755 --- a/devices/vds.nix +++ b/devices/vds.nix @@ -10,10 +10,12 @@ let }: { imports = with inputs; [ + "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/master.tar.gz"}/module.nix" + ./disk-config.nix (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") - ./disco/vds.nix + ./disko/vds.nix self.nixosModules.default #self.homeConfigurations.server.nixosModule # home-manager configuration module ];