Skip to content

Commit

Permalink
nixos/gns3-server: fix ubridge_path
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Apr 17, 2024
1 parent 822af99 commit bf7b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/gns3-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ in {
};
}
(lib.mkIf (cfg.ubridge.enable) {
Server.ubridge_path = lib.mkDefault (lib.getExe cfg.ubridge.package);
Server.ubridge_path = lib.mkDefault "/run/wrappers/bin/ubridge";
})
(lib.mkIf (cfg.auth.enable) {
Server = {
Expand Down

0 comments on commit bf7b796

Please sign in to comment.