From 13b8d90dabef166e5ff1aef1646be081d9cb4e5e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 20:16:39 +0000 Subject: [PATCH] Update vm.nix --- systems/vm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/vm.nix b/systems/vm.nix index 6ed4b0b..b63b265 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -7,7 +7,8 @@ imports = [ ./hardware-configuration.nix - disko + "${builtins.fetchTarball "https://github.com/nix-community/disko/archive/master.tar.gz"}/module.nix" + ./disko-config.nix # ./programs.nix ];