Skip to content

Commit

Permalink
[rustdesk] fix option path
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Dec 10, 2023
1 parent acf80d9 commit 38ef134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rustdesk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in {
};
};

config = mkIf config.my-config.obsidian.enable {
config = mkIf config.my-config.rustdesk.enable {
environment.systemPackages = with pkgs; [ rustdesk ];
nixpkgs.allowUnfreePackages = [ "libsciter" ];
};
Expand Down

0 comments on commit 38ef134

Please sign in to comment.