From d0c743ee876014f62376eb320b138cc09f767b6d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 16:14:15 +0000 Subject: [PATCH] Update vm.nix --- systems/vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/vm.nix b/systems/vm.nix index 9057e1c..ebeb55a 100644 --- a/systems/vm.nix +++ b/systems/vm.nix @@ -7,6 +7,7 @@ imports = [ ./hardware-configuration.nix + disko # ./programs.nix ];