Skip to content

Commit

Permalink
nixos/suites/vm: use mkDefault options
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 9, 2024
1 parent 1da383a commit 184580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/suites/vm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ in
config = mkIf cfg.enable {
khanelinix = {
services = {
spice-vdagentd = enabled;
spice-webdav = enabled;
spice-vdagentd = lib.mkDefault enabled;
spice-webdav = lib.mkDefault enabled;
};
};
};
Expand Down

0 comments on commit 184580c

Please sign in to comment.