Skip to content

Commit

Permalink
mkDefault on package option
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Dec 28, 2024
1 parent ad20371 commit 5536736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and set `virtualisation.libvirtd.package` (see next item).

* `virtualisation.libvirt.package` (package, default `packages.libvirt`)
The libvirt package to use.
This will also set `virtualisation.libvirtd.package` for you.
This will also set by default `virtualisation.libvirtd.package` for you.

* `virtualisation.libvirt.verbose` (bool, default `false`)
Output trace of changes during activation, for debugging.
Expand Down
2 changes: 1 addition & 1 deletion modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ let
virtualisation.libvirtd =
{
enable = true;
package = cfg.package;
package = lib.mkDefault cfg.package;
qemu.swtpm =
if cfg.swtpm.enable then
{
Expand Down

0 comments on commit 5536736

Please sign in to comment.