From 0bc5c54878f987cce2e0fb40a57f2ab2bff7b1f3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 15 Mar 2024 16:21:01 -0500 Subject: [PATCH] Import nixos modules not add package. --- nixos/gandalf/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gandalf/configuration.nix b/nixos/gandalf/configuration.nix index ee94a86..6c43187 100644 --- a/nixos/gandalf/configuration.nix +++ b/nixos/gandalf/configuration.nix @@ -9,6 +9,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix + inputs.nixvirt-git.nixosModules.default ]; # Use the systemd-boot EFI boot loader. @@ -39,7 +40,6 @@ environment.systemPackages = with pkgs; [ podman-compose lazydocker - inputs.nixvirt-git.packages.${pkgs.system}.default ]; # Services