Skip to content

Commit

Permalink
Fix typo in Windows launcher module
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi committed Oct 10, 2023
1 parent 5c1f33d commit e4cdeaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/windows-launcher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ in {
enable = lib.mkEnableOption "Windows launcher";
};

options.ghaf.windows-launcher.spice = lib.mkEnableOption {
description = "remote access to the virtual machine using spice";
};
options.ghaf.windows-launcher.spice = lib.mkEnableOption "remote access to the virtual machine using spice";

options.ghaf.windows-launcher.spice-port = lib.mkOption {
description = "Spice port";
Expand Down

0 comments on commit e4cdeaf

Please sign in to comment.