Import nixos modules not add package.
This commit is contained in:
parent
1bc0a8f8c5
commit
0bc5c54878
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue