Import nixos modules not add package.

This commit is contained in:
Joseph Hanson 2024-03-15 16:21:01 -05:00
parent 1bc0a8f8c5
commit 0bc5c54878
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -9,6 +9,7 @@
[ [
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
inputs.nixvirt-git.nixosModules.default
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
@ -39,7 +40,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
podman-compose podman-compose
lazydocker lazydocker
inputs.nixvirt-git.packages.${pkgs.system}.default
]; ];
# Services # Services